lox/clox/tests/chapter22/case2.lox

4 lines
42 B
Plaintext

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