10 14 7 Pred

LANSA Technical

10.14.7 Pred

Pred returns the supplied variable decremented by 1.

Input Parameters

None

Example

If (#Previous = #Current.Pred)

 

This is equivalent to writing

If (#Previous = #Current - 1)

 

Ý 10.14 Fixed Point Intrinsic Functions