Skip to main content

print

functionv1.0

clojure.core/print

Available in:BBCLJCLJS
(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.

No examples yet. Be the first to add one!