company logo

Array dimension

The array dimension is the number of instances in the array. Array instances are always supposed to exist, but not defining an array dimension allows defining a dynamic array, that can extend the number of instances.

The dimension number can be separated by a comma from the type specification.

Definition: 

array_dim := [','] number