4 lines
65 B
Plaintext
4 lines
65 B
Plaintext
var x = 1 + 2 * 3;
|
|
var y = x - 3;
|
|
var z = (3*5) / 3;
|
|
exit(y + z); |