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