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
67f1480bf0fffac5ca054b1b814b42c3c691190d
wren
/
test
/
language
/
function
/
newline_body.wren
T
5 lines
63 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 f = Fn.new {
feat: unify block, function, and method body parsing to support single-expression implicit returns
2014-04-03 14:48:19 +00:00
// Hi.
feat: allow implicit null return when return statement has no value
2014-01-13 03:37:11 +00:00
}
feat: allow empty argument list methods in calls, definitions, and docs
2015-02-27 07:08:36 +00:00
IO.print(f.call()) // expect: null
Reference in New Issue
Copy Permalink