Definition of a notation for operating on a range of elements, like A[0:6]. Therewith arrays are introduced which do not decay to pointers. 2024.
Redefinition of the [] operator so that it directly selects the corresponding element, skipping the array to pointer decay. 2024.