Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function foo(x:int)
- function bar()
- print(x) <-- captured variable reference
- end
- print(x) <-- function parameter reference
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement