The road to Nim 3
nimony/lib/std/wordwrap.nim
This module contains an algorithm to wordwrap a Unicode string.
func wrapWords(s: string; maxLineWidth: int64; splitLongWords: bool; seps: set[char]; newLine: string): string
Word wraps s.
s