if (1) { print "In if stmt\n"; { next; } print "end if for stmt\n"; } print "done.\n";