Handbook
Glossary
crossref? ( word -- ? )
Vocabulary
words
Inputs
word
an
object
Outputs
?
an
object
Definition
IN:
words
GENERIC:
crossref?
( word -- ? )
Methods
USING:
kernel
multi-methods
words
;
M:
method-body
crossref?
"forgotten"
word-prop
not
;
USING:
generic
kernel
words
;
M:
method
crossref?
"forgotten"
word-prop
not
;
USING:
typed
words
;
M:
typed-gensym
crossref?
parent-word
crossref?
;
USING:
accessors
kernel
words
;
M:
word
crossref?
dup
"forgotten"
word-prop
[
drop
f
]
[
vocabulary>>
>boolean
]
if
;