Read Me - Common Public License V1.0 - Copyright Notice(©)
hasItem
>>-hasItem(item)----------------------------------------------><
Returns 1 (true) if the list contains the [item] at any index position or otherwise returns 0 (false). Item equality is determined by using the == method of [item] .
1
0