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
f33d89bd0b8885c1de7d34290b1f9cf2143257e0
wren
/
test
/
bool
/
not.wren
T
4 lines
106 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Clean up text handling a bit:
2014-01-05 12:27:12 -08:00
IO.print(!true) // expect: false
IO.print(!false) // expect: true
IO.print(!!true) // expect: true
Reference in New Issue
Copy Permalink