Common Format Control Arguments
~A prints any lisp object (strings without quotes)
~S prints any lisp object (strings with quotes)
~D prints a decimal integer
~<return> ignores the <return> and any following spaces
(format *standard-output* "~A ~5F ~A ~%" 5 pi 10)