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
d8289684024c881b0c9a88e0490704b9fb1a3492
wren
/
test
/
language
/
nonlocal
/
null_before_defined.wren
T
4 lines
87 B
Plaintext
Raw
Normal View
History
Unescape
Escape
feat: replace IO class with System class and remove separate IO module
2015-09-15 14:46:09 +00:00
System.print(Foo) // expect: null
feat: implicitly declare nonlocal names as globals for forward references
2015-01-15 07:08:25 +00:00
var Foo = "value"
feat: replace IO class with System class and remove separate IO module
2015-09-15 14:46:09 +00:00
System.print(Foo) // expect: value
Reference in New Issue
Copy Permalink