prog Test1 int x; if (true) boolean x; x = true; print x; fi; x = 4; print x; gorp