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
b41a0f7c078909fb80f58264291a0a132656d347
wren
/
test
/
language
/
function
/
newline_body.wren
T
5 lines
67 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Make constructors just methods.
2015-07-10 09:18:22 -07:00
var f = Fn.new {
Unify body handling.
2014-04-03 07:48:19 -07:00
// Hi.
Allow returns without an explicit value.
2014-01-12 19:37:11 -08:00
}
"IO" -> "System".
2015-09-15 07:46:09 -07:00
System.print(f.call()) // expect: null
Reference in New Issue
Copy Permalink