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
139b447898c6a21b00e1635801aa13443f135d7f
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