-
Declaration:
- Procedure Exclude (Var S : Any set type; E : Set element);
-
Description:
- Exclude removes E from the set S if it is included inthe set. E should be of the same type
as the base type of the set S.
Thus, the two following statements do the same thing:
-
Errors:
- If the type of the element E is not equal to the base type of the set S, the compiler will generate an
error.
-
See also:
- Include (514)
Listing: refex/ex111.pp