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
783a5b750aa610670114fe2f8f00682b6a50a0f0
wren
/
test
/
language
/
nonlocal
/
null_before_defined.wren
T
4 lines
79 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Implicitly define nonlocal names.
2015-01-14 23:08:25 -08:00
IO.print(Foo) // expect: null
var Foo = "value"
IO.print(Foo) // expect: value
Reference in New Issue
Copy Permalink