This statement tests a conditional expression. If the expression is true, the THEN portion is processed.
The syntax is:
IF expression THEN indirect command
Specifies any valid condition.
Specifies any valid indirect command.
Example
IF (A+B)*C=D THEN GOTO *1150
|
Copyright © 2012 CA.
All rights reserved.
|
|