Yurttas/PL/IL/A/F/01/PU/index page

ada-95 programming language fundamentals 1 | 2 | 3 | 4
1. program units and overall structure << | >>

  • Every application program in Ada-95 is, at least, one identified procedure.



procedure Something is
  -- declarations/definitions/instantiations
begin
  null;   -- replaced by the algorithmic sequence.
end Something;

>>


contents << | >> flow of control


dr. salih yurttas | ZCubes