Ada Programming/Delimiters/,

From Wikibooks, the open-content textbooks collection

Jump to: navigation, search

Ada Lovelace 1838.jpg

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.

[edit] See also

[edit] Wikibook

[edit] Ada Reference Manual