Function: COMMON-LISP:RETURN-FROM

package type clhs github

RETURN-FROM block-name value-form

Evaluate the VALUE-FORM, returning its values from the lexically enclosing block BLOCK-NAME. This is constrained to be used only within the dynamic extent of the block.

Lambda list

(&rest sb-impl::args)