ClojureDocs

Nav

Namespaces

with-out-str

clojure.core

Available since 1.0 (source)
  • (with-out-str & body)
Evaluates exprs in a context in which *out* is bound to a fresh
StringWriter.  Returns the string created by any nested printing
calls.