Local Bindings
4binding => var-symbol init-expr Creates new bindings for the (already-existing) vars, with the supplied initial values,...
macrocljs.core
bindings => binding-form test If test is true, evaluates then with binding-form bound to the value of test, if not, yi...
macrocljs.core
binding => binding-form init-expr binding-form => name, or destructuring-form destructuring-form => map-destructure-form...
macrocljs.core
bindings => binding-form test When test is true, evaluates body with binding-form bound to the value of test
macrocljs.core