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

5 lines
73 B
Plaintext
Raw Normal View History

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