7 lines
74 B
Text
7 lines
74 B
Text
if (false) {
|
|
print "yes";
|
|
} else {
|
|
print "no";
|
|
}
|
|
|
|
print "afterwards";
|