Function: COMMON-LISP:LOCALLY

package type clhs github

LOCALLY declaration* form*

Sequentially evaluate the FORMS in a lexical environment where the DECLARATIONS have effect. If LOCALLY is a top level form, then the FORMS are also processed as top level forms.

Lambda list

(&rest sb-impl::args)