✘ Stub

FORMAT reference » Cross-reference » Function alternatives

Format directive Function To string
~W write write-to-string
~S prin1 prin1-to-string
~A princ princ-to-string
~% terpri
~& fresh-line
(format nil "~S" object) == (prin1-to-string object)
(format stream "~A" object) == (princ object stream)