pr

functionsince v0.0-927 clojure.core/prEdit
(pr & objs)

Source docstring:
Prints the object(s) using string-print.  Prints the
object(s), separated by spaces if there is more than one.
By default, pr and prn print in a way that objects can be
read by the reader
Source code @ clojurescript:src/main/cljs/cljs/core.cljs
(defn pr
  [& objs]
  (pr-with-opts objs (pr-opts)))