descriptive? ( object -- ? )


Vocabulary
descriptive

Inputs and outputs
objectan object
?a boolean


Word description
Tests if the object is an instance of the descriptive class.

Definition


: descriptive? ( object -- ? )
dup word?
[ "descriptive-definition" word-prop >boolean ] [ drop f ]
if ;