match-var? ( object -- ? )


Vocabulary
match

Inputs and outputs
objectan object
?a boolean


Word description
Tests if the object is an instance of the match-var class.

Definition


: match-var? ( object -- ? )
dup word? [ "match-var" word-prop ] [ drop f ] if ;