Source of Nothingness - xyzzy lisp : format ~(

* xyzzy lisp : format ~(

(format nil "~(~A fUga~)" "hoGe")
"hoge fuga"
(format nil "~:(~A fUga~)" "hoGe")
"Hoge Fuga"
(format nil "~@(~A fUga~)" "hoGe")
"Hoge fuga"
(format nil "~:@(~A fUga~)" "hoGe")
"HOGE FUGA"

update : 2006-09-28 (Thu) 12:20:27