Return to Statement


Block IF Example 4

The following example illustrates a nested BLOCKIF construct.

   IFTHEN/A==B
L=LINE/A,B+1
ELSEIF/A>B

   ELSE
L=LINE/B,A
ENDIF