Previous Page | Next Page

The CLP Procedure

ARRAY Statement

ARRAY specification <...> ;
An ARRAY specification is in a form as follows:

name[dimension](variables)

The ARRAY statement is used to associate a name with a list of variables. Each of the variables in the variable list must be defined using a VAR statement. The ARRAY statement is required when you are specifying a constraint by FOREACH statement.


Note: This procedure is experimental.

Previous Page | Next Page | Top of Page