[top][index]
search for:

BasicList # ZZ -- get element from list

Synopsis:

  • Operator: # -- length, or access to elements
  • Input:
  • an instance of class BasicList.
  • an instance of class ZZ.
  • 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

  • [top][index]
    search for: