Question: Force output to specific width

Can I force the output of maple to follow a specific width?

For example, I want the output to go to a new line after 10 characters of output

So instead of

seq(i,i=1..20)
                           

I want the output as
1,2,3,4,5,/
6,7,8,9,10/
,11,12,13,/
14,15,16,1/
7,18,19,20

 

Please Wait...