Ada Programming/Delimiters/,
Appearance
Parameter separation
[edit | edit source]This delimiter is used to separate actual parameters in subprogram calls.
Also in variable declarations and formal parameters when grouped by type.
Unit separation
[edit | edit source]This delimiter is used to separate units in a with or use clause.
Lists of values
[edit | edit source]The ',' delimiter is used to separate the values (or value associations) in aggregates.