define-class ( word superclass members participants metaclass -- )


Vocabulary
classes.private

Inputs
worda word
superclassa class
membersa sequence of classs
participantsa sequence of classs
metaclassa class


Outputs
None

Word description
Sets a property indicating this word is a class word, thus making it an instance of class, and registers it with update-map.

Notes
Calling this word directly is not necessary in most cases. Higher-level words call it automatically.

Definition