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
6abebbe9060a01780df156d99444691021336442
wren
/
test
/
language
/
function
/
newline_body.wren
T
5 lines
67 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: replace IO class with System class and remove separate IO module
2015-09-15 14:46:09 +00:00
System.print(f.call()) // expect: null
Reference in New Issue
Copy Permalink