10 14 9 Succ

LANSA Technical

10.14.9 Succ

Succ returns the supplied variable incremented by 1.

Input Parameters

None

Example

If (#Next = #Current.Succ)

 

This is equivalent to writing

If (#Next = #Current + 1)

 

Ý 10.14 Fixed Point Intrinsic Functions