Aadvert

Untitled

Mar 7th, 2012
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.07 KB | None | 0 0
  1. local a = 10
  2. print(a)
  3. do
  4. local a = 20
  5. print(a)
  6. end
  7. print(a)
Advertisement
Add Comment
Please, Sign In to add comment