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
8af1a787e2d661e5124a3819dac38026fe9b5424
wren
/
test
/
nonlocal
/
use_in_function_before_definition.wren
T
7 lines
86 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Implicitly define nonlocal names.
2015-01-14 23:08:25 -08:00
var f = new Fn {
IO.print(Global)
}
var Global = "global"
f.call // expect: global
Reference in New Issue
Copy Permalink