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