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
60162575ee779656b328e6b9a0e45b1a3b9dad60
wren
/
test
/
language
/
nonlocal
/
nonlocal_without_initializer.wren
T
3 lines
38 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Don't make locals in scope in their own initializer.
2015-04-01 07:05:40 -07:00
var A
"IO" -> "System".
2015-09-15 07:46:09 -07:00
System.print(A) // expect: null
Reference in New Issue
Copy Permalink