[][src]Function lep::eval_stmt

pub fn eval_stmt<'m>(
    s: &str,
    state: State,
    env: &'m mut Env
) -> Result<State, String>

Parse and evaluate a statement. A derived state with the result value is returned.