Handbook
Glossary
editors-matching ( str -- seq )
Vocabulary
tools
.
completion
Inputs
str
an
object
Outputs
seq
an
object
Definition
USING:
assocs
editors
kernel
sequences
splitting
;
IN:
tools.completion
:
editors-matching
( str -- seq )
available-editors
[
"editors."
?head
drop
]
map
dup
zip
completions
;