(defn flush "Flushes the output stream that is the current value of *out*" {:added "1.0"} [] (. *out* (flush)) nil)
Comments top
No comments for flush. Log in to add a comment.