shadowm

Untitled

Jan 16th, 2012
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.13 KB | None | 0 0
  1. x = 4
  2. while x > 3 do
  3.     x = x - 1
  4.     fooBar  -- assuming this is intended as an statement that is part of the loop block
  5. end
Advertisement
Add Comment
Please, Sign In to add comment