mirror of
https://github.com/MorizzG/MLox.git
synced 2025-12-06 12:32:41 +00:00
3 lines
87 B
Lox
3 lines
87 B
Lox
|
|
var a = "a";
|
||
|
|
var b = "b";
|
||
|
|
a + b = "value"; // Error at '=': Invalid assignment target.
|