lox/clox/tests/chapter22/case4.lox

6 lines
45 B
Plaintext

{
var a = "outer";
{
var a = a;
}
}