rhai/scripts/op3.rhai

5 lines
70 B
Plaintext
Raw Normal View History

2020-05-02 10:23:36 +02:00
print("The result should be 230:");
2020-03-16 07:50:12 +01:00
let x = (12 + 34) * 5;
2020-05-02 10:23:36 +02:00
print(x);