This website requires JavaScript.
Explore
Help
Register
Sign In
retoor
/
wren
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
a114f34a2a3532de6149291e994a2d238a58e687
wren
/
test
/
language
/
nonlocal
/
use_in_function.wren
T
6 lines
78 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add support for "nonlocal" (capitalized) names, and change how variable lookup works.
2015-01-13 21:36:42 -08:00
var Global = "global"
Get closures working!
2013-12-04 07:43:50 -08:00
Convert all fns to block arg syntax.
2014-04-02 19:41:53 -07:00
new Fn {
Add support for "nonlocal" (capitalized) names, and change how variable lookup works.
2015-01-13 21:36:42 -08:00
IO.print(Global) // expect: global
Allow empty argument list methods.
2015-02-26 23:08:36 -08:00
}.call()
Reference in New Issue
Copy Permalink