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
a96f756d2419334278395b4ba41e021f41d2d163
wren
/
test
/
language
/
nonlocal
/
undefined.wren
T
6 lines
75 B
Plaintext
Raw
Normal View
History
Unescape
Escape
feat: replace
new
keyword with
this
constructor syntax and
ClassName.new()
calls across core library and docs
2015-07-10 16:18:22 +00:00
var fn = Fn.new {
feat: implicitly declare nonlocal names as globals for forward references
2015-01-15 07:08:25 +00:00
IO.print(Foo)
IO.print(Bar)
}
feat: replace
new
keyword with
this
constructor syntax and
ClassName.new()
calls across core library and docs
2015-07-10 16:18:22 +00:00
// expect error line 6
Reference in New Issue
Copy Permalink