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
0c5c291d859e578f293cc8eba662b17d3e64ec5c
wren
/
test
/
language
/
nonlocal
/
undefined.wren
T
6 lines
75 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Make constructors just methods.
2015-07-10 09:18:22 -07:00
var fn = Fn.new {
Implicitly define nonlocal names.
2015-01-14 23:08:25 -08:00
IO.print(Foo)
IO.print(Bar)
}
Make constructors just methods.
2015-07-10 09:18:22 -07:00
// expect error line 6
Reference in New Issue
Copy Permalink