7 lines
87 B
Plaintext
7 lines
87 B
Plaintext
|
if (true) {
|
||
|
print "first is true!";
|
||
|
}
|
||
|
|
||
|
if (false) {
|
||
|
print "second if false!";
|
||
|
}
|