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
38125a9cfe51853d87c7aebdbc8c6d6f4427b667
wren
/
test
/
core
/
number
/
not.wren
T
3 lines
62 B
Plaintext
Raw
Normal View
History
Unescape
Escape
feat: implement
!
operator for all core types with proper truthiness semantics
2015-01-16 05:50:01 +00:00
IO.print(!123) // expect: false
IO.print(!0) // expect: false
Reference in New Issue
Copy Permalink