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
5d42ce9ad62c22442150d29c6695b15b77ac4661
wren
/
test
/
language
/
nonlocal
/
nonlocal_without_initializer.wren
T
3 lines
38 B
Plaintext
Raw
Normal View
History
Unescape
Escape
fix: prevent local variables from being in scope during their own initializer
2015-04-01 14:05:40 +00:00
var A
feat: replace IO class with System class and remove separate IO module
2015-09-15 14:46:09 +00:00
System.print(A) // expect: null
Reference in New Issue
Copy Permalink