Skip to main content

dotimes

macrov1.7

cljs.core/dotimes

Available in:BBCLJCLJS
(dotimes [bindings & body])
bindings => name n Repeatedly executes body (presumably for side-effects) with name bound to integers from 0 through n-1.

No examples yet. Be the first to add one!