Glossary / Selection Statement
Term: Selection Statement
A selection statement allows a program to select a particular path from a set/choice of statements. The path selected is dependent upon a certain condition being met.
Selection statements include:
- IF THEN ELSE ENDIF
- CASE OF OTHERWISE ENDCASE