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

From ZCubes Wiki
Revision as of 02:08, 5 November 2013 by MassBot1 (talk | contribs) (Created page with "{| width="100%" cellpadding="5" ! align="left" | <font size="1" color="#000000"> ada-95 programming language fundamentals </font> ! align="right" | <font size="-2"> 1 | yu...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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