*out*

dynamic varsince 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.


Details:

This is used in internally by pprint.

May work eventually with Node targets, along with *in* for standard input and *err* for standard error.


Source code @ clojurescript:src/main/cljs/cljs/core.cljs
(def
  ^{:dynamic true
    :jsdoc ["@type {*}"]}
  *out* nil)