Printing
18Flushes 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
Print current node in `zloc`. NOTE: Optional `writer` is currently ignored for ClojureScript.
functionrewrite-clj.zip
- multimethod
clojure.core
SCI var that represents SCI's `clojure.core/*print-dup*`
valuesci.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
Evaluates exprs in a context in which sci's *out* is bound to a fresh StringWriter. Returns the string created by any...
macrosci.core