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
8651d9c12a9c8803342086a084c13f1625a800fb
wren
/
test
/
nonlocal
/
use_in_function.wren
T
6 lines
76 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
Get closures working!
2013-12-04 07:43:50 -08:00
}.call
Reference in New Issue
Copy Permalink