[next][previous][up][top][index]
search for:

BasicList # ZZ -- get element from list

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:

  • BasicList #? ZZ -- check for element in list
  • Synopsis of use:

  • Operator: #
  • Class of argument 1: BasicList
  • Class of argument 2: ZZ

  • [next][previous][up][top][index]
    search for: