Execute a list of expressions.
(exec-expression-list exprs cstate funenv limit) → outcome
Lists of expressions are evaluated left-to-right. Lists of expressions are used as arguments of function calls. Each expression in the list must return exactly one result. The returned expression outcome, if all the expressions are successfuly evaluated, includes a list of values, one for each expression, in the same order.