< Ada Programming < Delimiters 
 
 
      
Ada. Time-tested, safe and secure.
Contexts
Ada.Float_Text_IO.Put (Speed, Fore => 3, Aft => 1);  -- see RM A.10.9(22,32)
Ada.Numerics.Elementary_Functions.Arctan (X => 0.0, Y => -1.0)  -- see RM A.5.1(6, 9/1)
procedureExchangeisnewSwap (Element_T => Character);
Point'(X => 10.0, Y => -1.0)  -- see RM 3.9(32)
begin...exceptionwhenConstraint_Error => ...end;
- In case statements.
caseValidiswhenFalse => ...whenTrue => ...endcase;
See also
Wikibook
Ada Reference Manual
    This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.