Advertisement
billysback

example

Jul 17th, 2013
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. function example()
  2. if (thisIsAnExample == true) then
  3. local i = 1
  4. repeat
  5. i = i + 1
  6. print("i="..i_
  7. until
  8. i = 10
  9. end
  10. end
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement