ClojureDocs

Nav

Namespaces

doseq

clojure.core

Available since 1.0 (source)
  • (doseq seq-exprs & body)
Repeatedly executes body (presumably for side-effects) with
bindings and filtering as provided by "for".  Does not retain
the head of the sequence. Returns nil.