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