rhai 0.13.0

Embedded scripting for Rust
Documentation
1
2
let x = (12 + 34) * 5;
print(x);               // should be 230