[top][index]
search for:

columnate -- arrange strings in columns

columnate(s,w) -- arranges the strings in the list s in columns, returning a Net suitable for output to a terminal with a linewidth of w.

i1 : columnate(characters ascii (65 .. 90) , 12)

o1 = A F K P U Z
     B G L Q V
     C H M R W
     D I N S X
     E J O T Y


[top][index]
search for: