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
a8fa458ab757895ed635a44006443939a9cff5e1
wren
/
test
/
number
/
multiply.wren
T
3 lines
69 B
Plaintext
Raw
Normal View
History
Unescape
Escape
feat: rename IO.write to IO.print and add Unicode escape support in strings
2014-01-05 20:27:12 +00:00
IO.print(5 * 3) // expect: 15
IO.print(12.34 * 0.3) // expect: 3.702
Reference in New Issue
Copy Permalink