rhai/scripts/op1.rhai

6 lines
95 B
JavaScript
Raw Normal View History

2022-07-24 23:03:35 +08:00
//! This script runs a single expression.
2022-01-20 12:06:36 +08:00
2020-05-02 16:23:36 +08:00
print("The result should be 46:");
print(34 + 12);