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
4f45d1815023fe38a8b539aeadb9f6ce3b487805
wren
/
test
/
nonlocal
/
undefined.wren
T
7 lines
98 B
Plaintext
Raw
Normal View
History
Unescape
Escape
feat: implicitly declare nonlocal names as globals for forward references
2015-01-15 07:08:25 +00:00
var fn = new Fn {
IO.print(Foo)
IO.print(Bar)
}
// expect error line 7
// expect error line 7
Reference in New Issue
Copy Permalink