3 lines
62 B
Plaintext
3 lines
62 B
Plaintext
let x = 12 + 34 * 5;
|
|
print(x); // should be 182
|
let x = 12 + 34 * 5;
|
|
print(x); // should be 182
|