Files
wren/test/number/bitwise_and_operand_not_num.wren
T

2 lines
67 B
Plaintext
Raw Normal View History

2014-02-24 07:27:43 -08:00
1 & false // expect runtime error: Right operand must be a number.