Files
wren/test/number/minus_operand_not_num.wren
2014-01-02 07:32:00 -08:00

2 lines
67 B
Plaintext

1 - false // expect runtime error: Right operand must be a number.