FutureProg functions
contains
Boolean contains(Void Collection collection, CollectionItem item)
Contexts: computer function, computer program, standard futureprog
This function allows you to test whether a given item is in a collection. True if the collection contains the item.
collection: The collection you want to check
item: The item you are looking for in the collection
Contexts: computer function, computer program, standard futureprog
This function allows you to test whether a given item is in a collection. True if the collection contains the item.
collection: The collection you want to check
item: The item you are looking for in the collection