ClojureDocs

Nav

Namespaces

pprint

clojure.pprint

Available since 1.2
  • (pprint object)
  • (pprint object writer)
Pretty print object to the optional output writer. If the writer is not provided, 
print the object to the currently bound value of *out*.