File array.icn

Summary

###########################################################################

	File:     array.icn

	Subject:  Procedures for n-dimensional arrays

	Author:   Ralph E. Griswold

	Date:     April 30, 1993

###########################################################################

   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.

###########################################################################
Procedures:
create_array, create_struct, ref_array

Records:
array

This file is part of the (main) package.

Source code.

Details
Procedures:

create_array(lbs, ubs, value)


create_struct(lengths, value)


ref_array(A, subscrs)


Records:

array(structure, lbs)



This page produced by UniDoc on 2021/04/15 @ 23:59:54.