The IF control statement can be used for conditional execution of statements.
The evaluation of the IF control statement determines a true or false condition. If the condition is true, processing continues with the next statement. If the condition is false, processing continues with the statement following the corresponding ELSE control statement or END control statement if an ELSE control statement was not provided. Conclude the group of statements related to the IF control statement with END.
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|