*flush-on-newline*

dynamic varsince v0.0-927 clojure.core/*flush-on-newline*Edit

Indicates whether flush is called after a newline is printed.


See Also:


Source docstring:
When set to true, output will be flushed whenever a newline is printed.

Defaults to true.
Source code @ clojurescript:src/main/cljs/cljs/core.cljs
(def
  ^{:dynamic true}
  *flush-on-newline* true)