each-word ( string quot -- )
Coverage tool

Prev:test-coverage ( vocab -- coverage )
Next:map-words ( string quot -- sequence )


Vocabulary
tools.coverage

Inputs
stringa string
quota quotation


Outputs
None

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

Definition