print

functionsince v0.0-927 clojure.core/printEdit
Source docstring:
Prints the object(s) using string-print.
print and println produce output for human consumption.
Source code @ clojurescript:src/main/cljs/cljs/core.cljs
(def print
  (fn cljs-core-print [& objs]
    (pr-with-opts objs (assoc (pr-opts) :readably false))))