Function: COMMON-LISP:PROGN

package type clhs github

PROGN form*

Evaluates each FORM in order, returning the values of the last form. With no forms, returns NIL.

Lambda list

(&rest sb-impl::args)