rhai 0.19.11

Embedded scripting for Rust
Documentation
1
2
3
4
print("x should be 78:");

let x = 78;
print(x);