- 4.62.2.26 -
Standard Units
System Unit
System Unit Procedures and FunctionsExclude 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.
|
|
|
Exit procedure |
Table of Content |
Exp function |
- 4.62.2.26 -