10 15 11 Pred

LANSA Technical

10.15.11 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.15 Floating Point Intrinsic Functions