(eval-multi vals (? env-mode 'fresh))
  vals: an arr
  env-mode: a sym (optional)
  returns any type
F

Evaluates multiple values as forms.

All of the forms are evaluated in the same toplevel scope. The result of evaluating the final form is returned, or #n when vals is an empty array.

See also: eval, load

eval
load-str