Advertisement
kyle1320

Untitled

Mar 18th, 2013
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. fun1 = function()
  2. while true do
  3. sleep(1)
  4. print("Hello!")
  5. end
  6. end
  7.  
  8. fun1()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement