Returns the element at the specified position in the array.
x(y) -> Returns the y th element the array x.
x(y to z) -> Returns the y to z range from array x.
Depends on the usage (see above).
Array(4,3,2,1)(2) -> Returns 3.