rhai 0.8.2

Embedded scripting for Rust
Documentation
fn f(a, b, c, d, e, f) {
    a - b * c - d * e - f
}

print(f(100, 5, 2, 9, 6, 32))