rhai/scripts/op3.rhai
2020-05-02 16:23:36 +08:00

5 lines
70 B
Plaintext

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