String word wrapping - Factor Documentation (original) (raw)
The wrap.strings vocabulary implements word wrapping for simple strings, assumed to be in monospace font. wrap-lines ( string width -- newlines )
wrap-string ( string width -- newstring )
wrap-indented-string ( string width indent -- newstring )