Handbook
Glossary
match-var? ( object -- ? )
Vocabulary
match
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
match-var
class.
Definition
USING:
kernel
words
;
IN:
match
:
match-var?
( object -- ? )
dup
word?
[
"match-var"
word-prop
]
[
drop
f
]
if
;