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

remove


>>-remove(index)-----------------------------------------------><

Returns and removes from a relation the member item with index [index] . If the relation contains more than one item associated with index [index] , the item returned and removed is unspecified. Returns the Nil object if no item has index [index] . Index equality is determined by using the == method of [index] .

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