n-D int array declaration
Declare a new n-dimensional array of int
IntArrDecl(name, kind, ind, value = NULL, ndim)
name
: variable/parameter namekind
: "var" or "par"ind
: index of the arrayvalue
: Array Object (NULL by default)ndim
: number of dimensions of the arrayUseful links