Vocabularywrap .
strings InputsOutputsWord descriptionGiven a
string, alters the whitespace in the string so that each line has no more than
width characters, unless there is a word longer than
width. Linear whitespace between words is converted to a single space.
Definition