inserts.icn: Procedures to build tables with duplicate keys

link inserts
September 7, 1990; Robert J. Alexander
This file is in the public domain.

inserts() -- Inserts values into a table in which the same key can
have more than one value (i.e., duplicate keys).  The value of each
element is a list of inserted values.  The table must be created
with default value &null.

Source code | Program Library Page | Icon Home Page