Loading...
Select Version
General description
A condition enables the program to select between two alternative paths of execution, depending upon the truth value of a test. There are two categories of conditions: simple conditions and complex conditions.
Simple conditions
Condition-name condition
Class condition
Switch-status condition
Condition-name condition
Sign condition
Omitted-argument condition
Each of these conditions may be enclosed in parentheses.
Complex conditions
Complex conditions are formed by combining simple conditions and/or complex conditions with the logical operators AND and OR or by negating these conditions with the logical operator NOT.