Method ADT.Sequence()->`|()
- Method
`|
 Sequenceres =ADT.Sequence()|coll- Description
 Or operator Perform an or on this sequence and the
collsequence by returning those values that is present in both sequences as a new Sequence. The values are compared using `==.- Parameter 
coll The sequence to or with this sequence.
- Returns
 The result of the or as a new Sequence.