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.
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.
(&rest sb-impl::args)