- make-class SUPERCLASSES SLOT-NAMESprocedure
Creates a new class object, where SUPERCLASSES should be the list of direct superclass objects and SLOT-NAMES is a list of symbols naming the slots of this class.
Creates a new class object, where SUPERCLASSES should be the list of direct superclass objects and SLOT-NAMES is a list of symbols naming the slots of this class.