flush

functionsince v0.0-927 clojure.core/flushEdit
(flush)

Flushes the output stream that is the current value of *out*. (Currently unimplemented)


See Also:


Source code @ clojurescript:src/main/cljs/cljs/core.cljs
(defn flush [] ;stub
  nil)