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
e95b32188f082a45d42eeae88f6ed9e4f82ae21c
wren
/
test
/
language
/
function
/
empty_body.wren
T
3 lines
53 B
Plaintext
Raw
Normal View
History
Unescape
Escape
feat: migrate all function literals from
fn
syntax to
new Fn
block syntax
2014-04-03 02:41:53 +00:00
var f = new Fn {}
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