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