This is used to access an element of a list. Example: var/L[2] // declares list of size 2<br/>L[1] = 10 // assign first ...