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
d96fc0a3816b2315262363e1a651447618b4fe50
wren
/
test
/
object
/
not.wren
T
3 lines
51 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
class Foo {}
IO.print(!(new Foo)) // expect: false
Reference in New Issue
Copy Permalink