string break_string(str,width,indent)
string str
int width,indent

Breaks a string without newlines into a string with newlines inserted at
regular intervals replacing spaces. Each newline string can be indented
with a given number of spaces.
