文字列
#データ型
String
Common Lispでは,文字列は
文字
の
シーケンス
として表現される.
リテラル
"string"
結合
一番お手軽な方法はformatを使った
(format nil "~A~A" s1 s2)
である.