Read Me - Common Public License V1.0 - Copyright Notice(©)

at


>>-at(index)---------------------------------------------------><

Returns the item associated with index [index] . If the relation contains more than one item associated with index [index] , the item returned is unspecified. (The program should not rely on any particular item being returned.) Returns the Nil object if the relation has no item associated with index [index] . Index equality is determined by using the == method of [index] .

Read Me - Common Public License V1.0 - Copyright Notice(©)