Yurttas/PL/IL/Ada-95/F/01/PU/idents.html
Jump to navigation
Jump to search
| ada-95 programming language fundamentals | |
| 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 in a convention.
contents << | >> flow of control
Dr.Salih Yurttas