Function eval_statements

Source
pub fn eval_statements(statements: &[Statement]) -> Value
Expand description

Evaluates a list of statements, returning the value of the final statement in the list. Panics if the list of statements is empty