Handbook
Glossary
format-xrefs ( seq -- seq' )
Vocabulary
fuel
.
xref
.
private
Inputs
seq
an
object
Outputs
seq'
an
object
Definition
USING:
sequences
words
;
IN:
fuel.xref.private
:
format-xrefs
( seq -- seq' )
[
word?
]
filter
[
word>xref
]
map
;