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
ab3c57d518fc975968e991f33d6ebbc9655630cc
wren
/
test
/
core
/
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 {}
Make constructors just methods.
2015-07-10 09:18:22 -07:00
IO.print(!Foo.new()) // expect: false
Reference in New Issue
Copy Permalink