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
d0e0a776f4a1e5e75899ec4cb29b77f709994640
wren
/
test
/
fn_call.wren
T
4 lines
65 B
Plaintext
Raw
Normal View
History
Unescape
Escape
feat: replace block syntax with fn keyword for function literals across compiler and tests
2013-11-06 15:47:47 +00:00
io.write((fn 123).call) // expect: 123
// TODO(bob): Arguments.
Reference in New Issue
Copy Permalink