• Scieneer Common Lisp 1.3.9 online documentation

    let &rest rest[Special Form]

    let ({(var [value]) | var}*) declaration* form*

    During evaluation of the forms, Bind the vars to the result of evaluating the value forms. The variables are bound in parallel after all of the values are evaluated.

  •