This website requires JavaScript.
Explore
Mail
Help
Register
Sign In
Mirror
/
wren
Watch
1
Star
0
Fork
1
You've already forked wren
mirror of
https://github.com/wren-lang/wren.git
synced
2026-01-16 20:28:04 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b2ca4c0381fcbfc68d1ee7e1133939d00a8801a3
wren
/
test
/
function
/
empty_body.wren
3 lines
51 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 {}
Clean up text handling a bit: - Rename IO.write -> IO.print. - Make IO.write not print a newline. - Support \u Unicode escapes in strings.
2014-01-05 12:27:12 -08:00
IO.print(f.call) // expect: null
Reference in New Issue
Copy Permalink