Function: ~S

Source

(defun ~S (object &optional stream)
  (format stream "~S" object))
Source Context