ClojureDocs

Nav

Namespaces

dotimes

clojure.core

Available since 1.0 (source)
  • (dotimes bindings & body)
bindings => name n
 Repeatedly executes body (presumably for side-effects) with name
bound to integers from 0 through n-1.