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

3 lines
71 B
Plaintext
Raw Normal View History

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