Function: COMMON-LISP:LET*

package type clhs github

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

Similar to LET, but the variables are bound sequentially, allowing each VALUE form to reference any of the previous VARS.

Lambda list

(&rest sb-impl::args)