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