pub fn eval_statements(statements: &[Statement]) -> Value
Evaluates a list of statements, returning the value of the final statement in the list. Panics if the list of statements is empty