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
b496f02746856043b1dfca780e75253845309d70
wren
/
test
/
core
/
function
/
to_string.wren
T
2 lines
36 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
IO.print(new Fn {}) // expect: <fn>
Reference in New Issue
Copy Permalink