rhai/scripts/op2.rhai
2021-04-09 22:48:47 +08:00

6 lines
69 B
Plaintext

print("The result should be 182:");
let x = 12 + 34 * 5;
print(x);