rhai/scripts/op3.rhai

3 lines
64 B
Plaintext
Raw Normal View History

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