println-str

functionsince v0.0-1011 clojure.core/println-strEdit
(println-str & objs)

Source docstring:
println to a string, returning it
Source code @ clojurescript:src/main/cljs/cljs/core.cljs
(defn println-str
  [& objs]
  (prn-str-with-opts objs (assoc (pr-opts) :readably false)))