Source of Nothingness - xyzzy lisp : format ~C

* xyzzy lisp : format ~C

(format nil "~C" #\C-a)
"^A"
(format nil "~:C" #\C-a)
"C-a"
(format nil "~@C" #\C-a)
"#\\C-a"

update : 2006-07-12 (Wed) 17:32:47