[] and []= methods,
the syntax diagrams include
the index or indexes within the brackets. These diagrams are intended to show
how you can use these methods. For example, to set the element (2, 3)
of a multi-dimensional Array named matrix to
0, you would typically use the syntax:
matrix[2, 3] = 0
matrix~"[]="(0, 2, 3)