(newline)
(newline opts)
Prints a newline using *print-fn*
(defn newline ([] (newline nil)) ([opts] (string-print "\n") (when (get opts :flush-on-newline) (flush))))