• Scieneer Common Lisp 1.3.9 online documentation

    find-class name &optional errorp environment[Function]

    Return the class with the specified name. If errorp is false, then nil is returned when no such class exists.

    (setf (find-class name &optional errorp environment) new-value)[Function]

  •