dynamic var | since v1.7.10 | clojure.core/*out* | Edit |
Currently unused. Expected to refer to an IWriter
object
representing standard output for print operations, as it is in Clojure.
This is used in internally by pprint.
May work eventually with Node targets, along with *in*
for standard input and
*err*
for standard error.
(def
^{:dynamic true
:jsdoc ["@type {*}"]}
*out* nil)