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
b750ece08bb88c302c27bef5312df4f7751fec04
wren
/
test
/
bool
/
not.wren
T
4 lines
106 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Make IO a static class instead of a singleton.
2013-12-21 19:25:09 -08:00
IO.write(!true) // expect: false
IO.write(!false) // expect: true
IO.write(!!true) // expect: true
Reference in New Issue
Copy Permalink