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

3 lines
62 B
Plaintext
Raw Normal View History

IO.print(!123) // expect: false
IO.print(!0) // expect: false