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

put


>>-put(item-+--------+-)-----------------------------------------><
            +-,index-+

Adds [item] to the Set. If there is an equivalent item in the Set, the exiting item will be replaced by the new instance. Item equality is determined by using the == method of [item] . If [index] is specified, it must be the same as [item] .

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