Skip to content
Prev 318883 / 398521 Next

print justify

I don't know about justify as an arg to print, but the following should
qualify as a hint.
[1] "a  " "aa " "aaa"
a
1   a
2  aa
3 aaa
a   b
1   a a  
2  aa aa 
3 aaa aaa


-Don