Vocabularyclasses Inputs obj a type object
Outputs quot a
quotation with stack effect
( obj -- ? ) Word descriptionOutputs a quotation that can be used to check if objects are an instance of the given type.
ExamplesUSING: classes math prettyprint ;
fixnum predicate-def .
[ fixnum? ]
DefinitionMethods