Handbook
Glossary
get-imported-words ( string -- hashtable )
Vocabulary
lint
.
vocabs
.
private
Inputs
string
an
object
Outputs
hashtable
an
object
Definition
USING:
hashtables
sequences
;
IN:
lint.vocabs.private
:
get-imported-words
( string -- hashtable )
save-dictionary
find-imports
[
get-words
]
map
>hashtable
restore-dictionary
;