Guest User

Untitled

a guest
Dec 2nd, 2013
378
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.08 KB | None | 0 0
  1. function blah()
  2.     local i = 0
  3.  
  4.     while i < 10000 do 
  5.         i = i + 1
  6.     end
  7. end
Advertisement
Add Comment
Please, Sign In to add comment