Add comments to examples.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
//! An example that evaluates two pieces of code in separate runs, but using a common `Scope`.
|
||||
|
||||
use rhai::{Engine, EvalAltResult, Scope};
|
||||
|
||||
fn main() -> Result<(), Box<EvalAltResult>> {
|
||||
|
Reference in New Issue
Block a user