;; See http://download.oracle.com/javase/1.5.0/docs/api/java/util/Formatter.html ;; for formatting options. user=> (format "Hello there, %s" "bob") "Hello there, bob"
;; See http://download.oracle.com/javase/1.5.0/docs/api/java/util/Formatter.html ;; for formatting options. user=> (format "Hello there, %s" "bob") "Hello there, bob"
user=> (format "Hello there, %s" "bob") ;; See http://download.oracle.com/javase/1.5.0/docs/api/java/util/Formatter.html ;; for formatting options.
(format "Hello there, %s" "bob") ;; See http://download.oracle.com/javase/1.5.0/docs/api/java/util/Formatter.html ;; for formatting options.
(format "Hello there, %s" "bob")
(format "Hello there, %s" "bob")