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
6c36816245c30b20b6d39f5afaf33d9577944cd2
wren
/
test
/
list
/
not.wren
T
3 lines
70 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(![1, 2]) // expect: false
IO.print(![]) // expect: false
Reference in New Issue
Copy Permalink