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
/
closure
/
open_closure_in_function.wren
T
7 lines
85 B
Plaintext
Raw
Normal View
History
Unescape
Escape
feat: implement closures with upvalue support and statement/expression separation
2013-12-04 15:43:50 +00:00
{
var local = "local"
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
Fn.new {
feat: rename IO.write to IO.print and add Unicode escape support in strings
2014-01-05 20:27:12 +00:00
IO.print(local) // expect: local
feat: allow empty argument list methods in calls, definitions, and docs
2015-02-27 07:08:36 +00:00
}.call()
feat: implement closures with upvalue support and statement/expression separation
2013-12-04 15:43:50 +00:00
}
Reference in New Issue
Copy Permalink