Selecting a Single Element
Use a scalar index to select a single element from an array. For example,
A(5)
selects the fifth element of A, the number 5.
A
5