-
Declaration:
- Function Succ (X : Any ordinal type) : Same type;
-
Description:
- Succ returns the element that succeeds the element that was passed to it. If it is applied
to the last value of the ordinal type, and the program was compiled with range checking on
({$R+}), then a run-time error will be generated.
-
Errors:
- Run-time error 201 is generated when the result is out of range.
-
See also:
- Ord (542), Pred (548), High (511), Low (531)
for an example, see Ord (542).