Add comments to examples.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
//! An example showing how to register a simple Rust function.
|
||||
|
||||
use rhai::{Engine, EvalAltResult};
|
||||
|
||||
fn add(x: i64, y: i64) -> i64 {
|
||||
|
Reference in New Issue
Block a user