rhai/scripts/op2.rhai

3 lines
62 B
Plaintext
Raw Normal View History

2020-03-16 07:50:12 +01:00
let x = 12 + 34 * 5;
print(x); // should be 182