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
147a0815f21f807ac6a3e1c39c820e2b8364ad02
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