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
ae88ee539d1a0e71fa714a30975c8ba7576ce073
wren
/
test
/
number
/
not.wren
T
3 lines
62 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Make all types support "!" so "if (!foo)" works reliably for all objects.
2015-01-15 21:50:01 -08:00
IO.print(!123) // expect: false
IO.print(!0) // expect: false
Reference in New Issue
Copy Permalink