>words ( str -- words )


Vocabulary
ascii

Inputs
stra string


Outputs
wordsan array of slices


Word description
Divides the string up into words.

Definition