rhai 0.19.11

Embedded scripting for Rust
Documentation
1
2
3
4
print("The result should be 230:");

let x = (12 + 34) * 5;
print(x);