if(1){ print "test\n\n"; } elsif($a<0) { print "-\n\n"; } else { print "error\n\n"; } print "test2\n\n" if(1); $a == 0 ? print "test":print "error"; exit;
制御構文/if
トラックバック(0)
トラックバックURL: http://www.adg7.com/mt/mt-tb.cgi/541
if(1){ print "test\n\n"; } elsif($a<0) { print "-\n\n"; } else { print "error\n\n"; } print "test2\n\n" if(1); $a == 0 ? print "test":print "error"; exit;
トラックバックURL: http://www.adg7.com/mt/mt-tb.cgi/541
コメントする