Public Vars

Back

dotimes (clj)

(source)

macro

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

Examples