6 lines
55 B
Plaintext
6 lines
55 B
Plaintext
var a = true;
|
|
if (a) {
|
|
var x = 56;
|
|
print(x);
|
|
}
|