Previous: 4.67.2.61. Pos function To the Table of Contents Next: 4.67.2.63. Ptr function
4.67.2.61. Pos function Table of Contents 4.67.2.63. Ptr function

- 4.67.2.62. -
Table of Contents
4. Standard Units
4.67. System - Built-in routines
4.67.2. System Unit Procedures and Functions
4.67.2.62. Pred function


4.67.2.62. 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: 4.67.2.61. Pos function To the Table of Contents Next: 4.67.2.63. Ptr function
4.67.2.61. Pos function Table of Contents 4.67.2.63. Ptr function

- 4.67.2.62. -