define-predicate ( class quot -- )


Vocabulary
classes

Inputs
classa class
quota quotation with stack effect ( obj -- ? )


Outputs
None

Word description
Defines a predicate word for a class.

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

Definition