Files
wren/test/object/not.wren

3 lines
51 B
Plaintext

class Foo {}
IO.print(!(new Foo)) // expect: false