• Scieneer Common Lisp 1.3.9 online documentation

    labels &rest rest[Special Form]

    labels ({(name lambda-list declaration* form*)}*) declaration* body-form*

    Evaluate the body-forms with some local function definitions. The bindings enclose the new definitions, so the defined functions can call themselves or each other.

  •