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