- 4.67.2.26. -
Table of Contents
4. Standard Units
4.67. System - Built-in routines
4.67.2. System Unit Procedures and Functions
4.67.2.26. Exclude procedure
4.67.2.26. Exclude procedure
Targets: MS-DOS, OS/2, Win32
System Unit
Excludes an element in a set.
Declaration:
procedure Exclude(var S: set of T; I: T);
Remarks:
S is a set type variable, and I is an expression
of a type compatible with the base type of S.
The element given by I is excluded in the set given by S.
- 4.67.2.26. -