The size of an array

You specify the number of elements (the size) of an array when you declare it.

Once created, the size of an array cannot be changed at runtime.

The manner in which you specify the size of an array in Alice is radically different from the way that you accomplish the same thing in other languages such as Java, C++, and C#.

(I will also show you how to specify the size of an array later.)