a = 0 L1 : a = a + 1 print a if a < 3 then goto L1 endif