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
d12463b82e9324910e2b47b3707d7ae26c595ea5
wren
/
test
/
core
/
number
/
not.wren
T
3 lines
70 B
Plaintext
Raw
Normal View
History
Unescape
Escape
feat: replace IO class with System class and remove separate IO module
2015-09-15 14:46:09 +00:00
System.print(!123) // expect: false
System.print(!0) // expect: false
Reference in New Issue
Copy Permalink