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
bdb8634743691f09d414f153a9a836f2ae70ea09
wren
/
test
/
nonlocal
/
undefined.wren
T
7 lines
98 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Implicitly define nonlocal names.
2015-01-14 23:08:25 -08: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