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
915f403bc75025731b0a10826837dd473bd9e363
wren
/
test
/
string
/
literals.wren
T
3 lines
75 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("".count) // expect: 0
IO.print("a string") // expect: a string
Reference in New Issue
Copy Permalink