;; Click the link to clojure.core/format under See also for ;; more extensive examples. printf and format take the same ;; arguments -- the difference is that format returns a formatted ;; string, whereas printf sends the formatted string to *out*.
;; Click the link to clojure.core/format under See also for ;; more extensive examples. printf and format take the same ;; arguments -- the difference is that format returns a formatted ;; string, whereas printf sends the formatted string to *out*.
;; Click the link to clojure.core/format under See also for ;; more extensive examples.
;; Follow the link to format under See also for more extensive examples.