rlox/interpreter/tests/lox/operator/add_bool_string.lox

1 line
82 B
Lox
Raw Permalink Normal View History

2024-09-01 19:15:55 +02:00
true + "s"; // expect runtime error: Operands must be two numbers or two strings.