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