Skip to main content

loop

macrov1.7

cljs.core/loop

Available in:BBCLJCLJS
(loop [bindings & body])
Evaluates the exprs in a lexical context in which the symbols in the binding-forms are bound to their respective init-exprs or parts therein. Acts as a recur target.

No examples yet. Be the first to add one!