Files
wren/test/number/less_than_equal_operand_not_num.wren
T

2 lines
68 B
Plaintext
Raw Normal View History

2014-01-21 07:44:11 -08:00
1 <= false // expect runtime error: Right operand must be a number.