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
ff7ebdc38134623e13675a2acd36f52613c78d88
wren
/
test
/
language
/
nonlocal
/
nonlocal_in_initializer.wren
T
3 lines
46 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 = A == null
IO.print(A) // expect: true
Reference in New Issue
Copy Permalink