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
9fda7cb526a0172fb27c51b4886c22b881d20c64
wren
/
test
/
language
/
nonlocal
/
use_in_function.wren
T
6 lines
82 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
Make constructors just methods.
2015-07-10 09:18:22 -07:00
Fn.new {
"IO" -> "System".
2015-09-15 07:46:09 -07:00
System.print(Global) // expect: global
Allow empty argument list methods.
2015-02-26 23:08:36 -08:00
}.call()
Reference in New Issue
Copy Permalink