i := 0; j := 0; while (i < 10) { print i; @bah: i++; } if (j == 0) { i = 7; j = 1; goto bah; } print "done";