print "vorher"; if(1==1) { if(2==2) { goto LABEL; } print "1==1\n"; } LABEL: print "danach\n";