Handbook
Glossary
quot-uses ( obj set -- )
Vocabulary
tools
.
crossref
.
private
Inputs
obj
an
object
set
a
set
of words
Outputs
None
Word description
Outputs a set of words referenced by the quotation and any quotations it contains.
Definition
IN:
tools.crossref.private
GENERIC#:
quot-uses
1
( obj set -- )
Methods
USING:
arrays
tools.crossref.private
;
M:
array
quot-uses
seq-uses
;
USING:
quotations
tools.crossref.private
;
M:
callable
quot-uses
seq-uses
;
USING:
hashtables
tools.crossref.private
;
M:
hashtable
quot-uses
assoc-uses
;
USING:
kernel
tools.crossref.private
;
M:
object
quot-uses
2drop
;
USING:
kernel
sets
tools.crossref.private
words
;
M:
word
quot-uses
over
crossref?
[
adjoin
]
[
2drop
]
if
;
USING:
accessors
kernel
tools.crossref.private
;
M:
wrapper
quot-uses
[
wrapped>>
]
dip
quot-uses
;