{ var a = "first"; print a; // expect: first } { var a = "second"; print a; // expect: second }