Handbook
Glossary
word? ( object -- ? )
Factor handbook
»
The language
»
Words
»
Word introspection
Prev:
word
Next:
Looking up and creating words
Vocabulary
words
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
word
class.
Definition
USING:
kernel
kernel.private
;
IN:
words
:
word?
( object -- ? )
tag
12
eq?
;