zlox/samples/ch22_local_vars1.lox

5 lines
47 B
Plaintext

{
var a = "first";
var a = "second";
}