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