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