Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
印刷したい文字列があります。印刷時にセンタリングは可能ですか?
~< フォーマット ディレクティブを使用します。これにより、70 列の中央に「こんにちは」が返されます。
(format nil "~70:@<~A~>" "hello there")