Ada Programming/Delimiters/,
Parameter separation
This delimiter is used to separate actual parameters in subprogram calls.
Also in variable declarations and formal parameters when grouped by type.
Unit separation
This delimiter is used to separate units in a with or use clause.
Lists of values
The ',' delimiter is used to separate the values (or value associations) in aggregates.
See also
Wikibook
Ada Reference Manual
- 2.2 Lexical Elements, Separators, and Delimiters (Annotated)Category:Book:Ada Programming/Pages containing deprecated templates