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
6ece31486328db5338c261685006d8c53d552651
wren
/
test
/
core
/
bool
/
to_string.wren
T
3 lines
91 B
Plaintext
Raw
Normal View
History
Unescape
Escape
"IO" -> "System".
2015-09-15 07:46:09 -07:00
System.print(true.toString) // expect: true
System.print(false.toString) // expect: false
Reference in New Issue
Copy Permalink