Relation FORMAT

generates output from control-string and args, and sends it to destination, which should be a stream, t, or nil. If destination is nil, format returns a stream of type string-stream holding the output. Otherwise it sends the output to destination (*standard-output* if destination is t) and returns nil.
Arity: 2
Axioms:
(= (Inverse Format-Of) Format)