DECLARE <aArray>[<nDimension1>, <nDimension2>,...] // or
DECLARE <aArray>[<nDimension1>][<nDimension2>]...
Statement DECLARE Foundation
Creates and initializes memory variables of the storage class PRIVATE.
DECLARE <VarName> [ := <Expression>, ... ]
The DECLARE statement exists only for compatibility and should not be used. It is replaced by the PRIVATE statement. See PRIVATE.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.