Problem
You want to break up a string into lines of words that will fit a particular width.
Solution
FIX: find a parallel to perl’s Text::Wrap.
Discussion
TODO: DISCUSSION
Contrast
TODO: LIST_OF_OTHER_PROGRAMMING_LANG_METHODS
Related
TODO: LIST_OF_RELATED_ITEMS
Status: In Progress