rhai 0.15.0

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

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