mlox/lox.t/variable/use_false_as_var.lox

2 lines
73 B
Lox
Raw Normal View History

2024-08-03 02:44:12 +02:00
// [line 2] Error at 'false': Expect variable name.
var false = "value";