Function: COMMON-LISP:MULTIPLE-VALUE-PROG1

package type clhs github

MULTIPLE-VALUE-PROG1 values-form form*

Evaluate VALUES-FORM and then the FORMS, but return all the values of VALUES-FORM.

Lambda list

(&rest sb-impl::args)