;; This is equivalent to System.out.println() in Java user> (newline) nil
(defn newline "Writes a platform-specific newline to *out*" {:added "1.0" :static true} [] (. *out* (append system-newline)) nil)
Comments top
No comments for newline. Log in to add a comment.