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