Jump to content




Attempt to compare __le on nil and number


  • You cannot reply to this topic
3 replies to this topic

#1 Graypup

  • Members
  • 90 posts

Posted 06 March 2014 - 10:07 PM

Attempt to compare __le on nil and number. I am passing the required arguments.

tArgs = {...}
n = tonumber(tArgs[1])

for i=1, i <= n do
  turtle.place()
  turtle.back()
end


#2 sci4me

  • Members
  • 225 posts
  • LocationEarth

Posted 06 March 2014 - 10:21 PM

for i = 1, n do


#3 Graypup

  • Members
  • 90 posts

Posted 06 March 2014 - 10:42 PM

View Postsci4me, on 06 March 2014 - 10:21 PM, said:

for i = 1, n do
Oops, too used to other languages D:

#4 sci4me

  • Members
  • 225 posts
  • LocationEarth

Posted 07 March 2014 - 04:50 AM

View PostGraypup, on 06 March 2014 - 10:42 PM, said:

View Postsci4me, on 06 March 2014 - 10:21 PM, said:

for i = 1, n do
Oops, too used to other languages D:
hehe yeah, i do that a lot too.





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users