Ada Programming/Delimiters/,
Parameter separation Edit
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
This delimiter is used to separate units in a with or use clause.
Lists of values Edit
The ',' delimiter is used to separate the values (or value associations) in aggregates.