If you want to create a one-dimensional array,
then instantiate the following pattern:
data typearray name [maximum number of items];
If you have an array,
and you want to write values into the array,
then instantiate an assignment-statement pattern or a
read-statement pattern (integer version shown):