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