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