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