Execute an initializer.
(exec-initer initer compst fenv limit) → (mv result new-compst)
If the initializer consists of a single expression,
the expression must not return
If the initializer consists of a list of expressions, unless there are zero or one expressions, the expressions must be all pure, to avoid ambiguities with the order of evaluation.