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