rlox/interpreter/tests/lox/variable/use_nil_as_var.lox
2024-09-01 19:15:55 +02:00

2 lines
69 B
Lox

// [line 2] Error at 'nil': Expect variable name.
var nil = "value";