pub fn eval<E: Env>(
expression: &str,
env: &mut E,
) -> Result<Value, Error<E::GetVariableError, E::AssignVariableError>>Expand description
Performs arithmetic expansion
pub fn eval<E: Env>(
expression: &str,
env: &mut E,
) -> Result<Value, Error<E::GetVariableError, E::AssignVariableError>>Performs arithmetic expansion