Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2014
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. function testVarScope()
  2. print(potato)
  3. end
  4.  
  5. potato = "See?"
  6.  
  7. testVarScope()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement