chickadee » list-bindings » bind-let*

(bind-let* ((pat xpr) ...) . body)syntax

binds pattern variables of the pattern pat to corresponding subexpressions of the nested pseudolist expression xpr ... in sequence and executes body in this context.