Jump to content




What does it do?


  • This topic is locked This topic is locked
1 reply to this topic

#1 Zudo

  • Members
  • 800 posts
  • LocationUK

Posted 08 May 2013 - 01:20 PM

My idea was: someone writes code, someone else tells you what it does and puts in more code!
If this is a good idea, here is my starter:
i = 10
while true do
i = i + 1
if i == 10 then
  break
end
end
print(i)


#2 Lyqyd

    Lua Liquidator

  • Moderators
  • 8,465 posts

Posted 08 May 2013 - 01:48 PM

It prints 10.

Nah. Once this got past a certain size, it would be ridiculously unwieldy.





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users