Navigation: Function Reference > General Utility Functions > succ()

succ()

Top  Previous  Next

succ( value: Ordinal ) : Ordinal;

 

Increments the ordinal value and returns the value. You can Increment characters, non-floating point numbers, enumeration types, and pointers.

 

Parameters

 

value

ordinal value

 

See also:

 

pred()

inc()

dec()