Yurttas/PL/IL/A/F/01/PU/idents.html

From ZCubes Wiki
Revision as of 02:08, 5 November 2013 by MassBot1 (talk | contribs) (Created page with "{| width="100%" cellpadding="4" ! 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 << | >>

  • Ada-95 is case-insensitive and free-formatted language for source text. procedure
    Procedure
    PROCEDURE
    are all identical to Ada-95 compiler.



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

  • reserved keywords, standard identifiers, and user-defined identifiers are coded differently as a style convention.

<<


contents << | >> flow of control


Dr.Salih Yurttas | ZCubes