• Scieneer Common Lisp 1.3.9 online documentation

    return-from &rest rest[Special Form]

    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.

  •