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
915f403bc75025731b0a10826837dd473bd9e363
wren
/
test
/
nonlocal
/
null_before_defined.wren
T
4 lines
79 B
Plaintext
Raw
Normal View
History
Unescape
Escape
feat: implicitly declare nonlocal names as globals for forward references
2015-01-15 07:08:25 +00:00
IO.print(Foo) // expect: null
var Foo = "value"
IO.print(Foo) // expect: value
Reference in New Issue
Copy Permalink