Printing
16Flushes the output stream that is the current value of *out*
functionclojure.core
Writes a platform-specific newline to *out*
functionclojure.core
Prints the object(s) to the output stream that is the current value of *out*. Prints the object(s), separated by spac...
functionclojure.core
pr to a string, returning it
functionclojure.core
Prints the object(s) to the output stream that is the current value of *out*. print and println produce output for hu...
functionclojure.core
- function
clojure.core
- multimethod
clojure.core
- multimethod
clojure.core
- function
clojure.core
print to a string, returning it
functionclojure.core
Prints formatted output, as per format
functionclojure.core
Same as print followed by (newline)
functionclojure.core
println to a string, returning it
functionclojure.core
Same as pr followed by (newline). Observes *flush-on-newline*
functionclojure.core
prn to a string, returning it
functionclojure.core
Evaluates exprs in a context in which *out* is bound to a fresh StringWriter. Returns the string created by any neste...
macroclojure.core