Yurttas/PL/IL/Ada-95/F/02/00/01/01.html
| ada-95 programming language fundamentals | 1 | 2 | 3 | 4 | 5 | 6 |
|---|---|
| 2. flow of control | << | >> |
statements - decision
There are two kinds of selection constructs you can use to express your decision making control structures in Ada-95 programming language applications:
- if-statement
- case-statement
You can construct each and every case structure as an if structure; but, not the other way around.
program units and overall structure << | >> data types