|
| let* &rest rest | [Special Form] |
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* &rest rest | [Special Form] |
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.