Svexlist-s4eval
Evaluate each svex in a list under the same environment.
- Signature
(svexlist-s4eval x env) → vals
- Arguments
- x — List of expressions to evaluate.
Guard (svexlist-p x).
- env — Variable bindings. Must be a fast-alist.
Guard (svex-s4env-p env).
- Returns
- vals — Values of the expressions in x under this environment.
Type (s4veclist-p vals).