|
| 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.
|
| 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.