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
c107d26c93313162a28e86021a8f3261e1d63969
wren
/
test
/
bool
/
to_string.wren
T
3 lines
83 B
Plaintext
Raw
Normal View
History
Unescape
Escape
feat: add boolean literals and number comparison operators to compiler and VM
2013-11-04 05:38:58 +00:00
io.write(true.toString) // expect: true
io.write(false.toString) // expect: false
Reference in New Issue
Copy Permalink