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

5 lines
68 B
Plaintext

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