Yurttas/PL/IL/Ada-95/F/02/00/01/01.html

From ZCubes Wiki
Jump to navigation Jump to search
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:

  1. if-statement
  2. case-statement

You can construct each and every case structure as an if structure; but, not the other way around.


if | case


program units and overall structure << | >> data types


Dr.Salih Yurttas | ZCubes