A fixed-size, contiguous collection of elements that are all the same type, accessed by an integer index. Pascal arrays can have arbitrary lower and upper bounds (e.g., `array[1..100]` or `array[-5..5]`). See also *dynamic array*, *multidimensional array*. (Ch. 9)