Previous: Pos function To the Table of Content Next: Ptr function

- 4.62.2.62 -
Standard Units
System Unit
System Unit Procedures and Functions

Pred function

Targets: MS-DOS, OS/2, Win32


System Unit

Returns the predecessor of the argument.

Declaration:
function Pred(X);
Remarks:
X is an ordinal-type expression. The result of the same type as X, is the predecessor of X.

Example:
 n := Pred(500); // n is 499
See also:
Succ


Previous: Pos function To the Table of Content Next: Ptr function
Pos function Table of Content Ptr function

- 4.62.2.62 -