Ada Programming/Delimiters/;


Ada. Time-tested, safe and secure.
Ada. Time-tested, safe and secure.

Statement delimiter

edit

The ; is used to terminate all statements and declarations. It has no meaning on its own—hence an empty statement is:

   null;

Delimiter in function and procedure parameter declarations

edit
procedure Cuadratic_Equation (A, B, C : in  Float;
                              R1, R2  : out Float;
                              Valid   : out Boolean);

See also

edit

Wikibook

edit

Ada Reference Manual

edit