Advertisement
hevohevo

CC: my-counter

Mar 3rd, 2016
315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.13 KB | None | 0 0
  1. -- my-counter
  2. --  testing the "for statement" operation
  3. for i=1,3 do
  4.   print(i) -- print "i", the loop counter variable
  5. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement