Prev
Open Object Rexx
Next
5.3.15.10. hasItem
>>-hasItem(value)----------------------------------------------><
Returns
1
(true) if the collection contains the
value
at any tail position or otherwise returns
0
(false). Item equality is determined by using the == method of
item
.
Prev
5.3.15.9. hasIndex
Up
Home
Next
5.3.15.11. index