This is an old revision of the document!
⇐ Index
ListContains(<-list <-item) ->contained
Returns a bool indicating if the item is contained in the list
Split("There are four words" " ") ->list Trace(GetListCount(<-list))