Method ADT.Sequence()->`-()
- Method
`-
 Sequenceres =ADT.Sequence()-coll- Description
 Subtraction operator
Removes those values in this sequence that also are present in @
colland return the results as a new Sequence.- Parameter 
coll The sequence to subtract from this sequence.
- Returns
 The result of the subtraction as a new Sequence.