ClojureDocs

Nav

Namespaces

print

clojure.core

Available since 1.0 (source)
  • (print & more)
Prints the object(s) to the output stream that is the current value
of *out*.  print and println produce output for human consumption.