MULTIPLE-VALUE-PROG1 values-form form* Evaluate VALUES-FORM and then the FORMS, but return all the values of VALUES-FORM.
MULTIPLE-VALUE-PROG1 values-form form*
Evaluate VALUES-FORM and then the FORMS, but return all the values of VALUES-FORM.
(&rest sb-impl::args)