colmize.icn: Procedures to arrange data into columns

link colmize
June 15, 1990; Robert J. Alexander
This file is in the public domain.

colmize() -- Arrange data into columns.

Procedure to arrange a number of data items into multiple columns.
Items are arranged in column-wise order, that is, the sequence runs
down the first column, then down the second, etc.

This procedure goes to great lengths to print the items in as few
vertical lines as possible.

Source code | Program Library Page | Icon Home Page