Synopsis:
x#i -- provides the i-th element of the list x.
If i is out of range, an error is signalled. If i is negative, then the i-th entry counting from the end is provided.
Assignment to x#i can change the value if x is mutable.
See also: