array.icn: Procedures for n-dimensional arrays

link array
April 30, 1993; Ralph E. Griswold
This file is in the public domain.

create_array([lbs], [ubs], value) creates a n-dimensional array
with the specified lower bounds, upper bounds, and with each array element
having the specified initial value.

ref_array(A, i1, i2, ...) references the i1-th i2-th ... element of A.

Source code | Program Library Page | Icon Home Page