Prints the object(s) to the output stream that is the current value
(defn println "Print obj followed by a newline" ([] (fn [s] [(.println (unlock s)) s])) ([obj] (fn [s] [(.println (unlock s) obj) s])))
Comments top
No comments for println. Log in to add a comment.