rhai/scripts/op2.rhai
2020-03-18 10:40:07 +08:00

3 lines
62 B
Plaintext

let x = 12 + 34 * 5;
print(x); // should be 182