Function: ~A
Source
(defun ~A (object &optional stream) (format stream "~A" object))
Source Context