More documentation on chained assignment.

This commit is contained in:
Stephen Chung
2020-03-14 14:57:59 +08:00
parent 360fab7760
commit 504fd56f1f
4 changed files with 19 additions and 7 deletions

View File

@@ -80,7 +80,7 @@ pub use error::{ParseError, ParseErrorType};
pub use fn_register::{RegisterDynamicFn, RegisterFn, RegisterResultFn};
pub use parser::{Position, AST, FLOAT, INT};
pub use result::EvalAltResult;
pub use scope::Scope;
pub use scope::{Scope, ScopeEntry, VariableType};
#[cfg(not(feature = "no_index"))]
pub use engine::Array;