rhai/scripts/op3.rhai
2020-03-16 14:50:12 +08:00

3 lines
64 B
Plaintext

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