Dear Monks,
I have a list which I need to print to a file.
The thing is that I want every line to have 80 characters BUT, I dont want to chop the items in my list.
For example, if I print an item and now I'm at column 77 and the next item is 5 characters long, I want to continue printing at the beginning of the next line.
Example, lets say that my limit is column 10 (10 characters):
my list = (abcd efghi jkl mnop qrst uvwxyz)
abcd efghi
jkl mnop
qrst
uvwxyz