• Scieneer Common Lisp 1.3.9 online documentation

    flet &rest rest[Special Form]

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

    Evaluate the body-forms with some local function definitions. The bindings do not enclose the definitions; any use of name in the forms will refer to the lexically apparent function definition in the enclosing environment.

  •