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

6 lines
71 B
Plaintext

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