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

3 lines
70 B
Plaintext
Raw Normal View History

2015-09-15 07:46:09 -07:00
System.print(!123) // expect: false
System.print(!0) // expect: false