map-words ( string quot -- sequence )
Coverage tool

Prev:each-word ( string quot -- )


Vocabulary
tools.coverage

Inputs
stringa string
quota quotation


Outputs
sequencea sequence


Word description
Calls a quotation on every word in the vocabulary and its private vocabulary, if there is one, and collects the results.

Definition