Files
wren/test/core/object/not.wren
T

3 lines
51 B
Plaintext
Raw Normal View History

class Foo {}
2015-07-10 09:18:22 -07:00
IO.print(!Foo.new()) // expect: false