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
b7d03971c6920a953641e9b7085e675c0a5f11ac
wren
/
test
/
function
/
newline_body.wren
T
5 lines
61 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Convert all fns to block arg syntax.
2014-04-02 19:41:53 -07:00
var f = new Fn {
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.print(f.call) // expect: null
Reference in New Issue
Copy Permalink