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

3 lines
51 B
Plaintext
Raw Normal View History

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