|
Here, depending on the results of the condition test,the script takes alternative courses of action. If the expression is evaluated as True, then the immediately following set of statements is executed and if the expression is evaluated as False, the set of statements following the Else is executed. Thus, one of two different processing actions take place at the same time.
The script below is an example of the If...Else form of condition testing.
|