6 lines
50 B
Text
6 lines
50 B
Text
|
if (true) {
|
||
|
print "yes";
|
||
|
}
|
||
|
|
||
|
print "afterwards";
|