Function: COMMON-LISP:EVAL-WHEN

package type clhs github

EVAL-WHEN (situation) form

Evaluate the FORMS in the specified SITUATIONS (any of :COMPILE-TOPLEVEL, :LOAD-TOPLEVEL, or :EXECUTE, or (deprecated) COMPILE, LOAD, or EVAL).

Lambda list

(&rest sb-impl::args)