Function: MAKE-SHARPL-ARG

Source

(defun make-sharpl-arg (number)
  (intern (format nil "!~D" number)))
Source Context