Ada Programming/Delimiters/:


Ada. Time-tested, safe and secure.
Ada. Time-tested, safe and secure.

A colon (':') is placed after an identifier, or list of identifiers, for associating names with some entities, as follows. It occurs in declarations of objects, or components of objects such as records and protected objects. Similarly, a colon is to be found after the names of subprogram parameters and after the names of generic formal objects.

A colon is also used after an identifier when declaring/renaming an exception, or when declaring an exception choice parameter. Also, it can be used when specifying a loop or block name.

Variable declaration

See Ada Programming/Variables.

Function and procedure parameter

See Ada Programming/Subprograms.

Generic Formal Objects

See Ada Programming/Generics

Exception Choice Parameter

See Ada Programming/Exceptions.

Block name

See Ada Programming/Control.

See also

Wikibook

Ada Reference Manual

Category:Book:Ada Programming#: Category:Book:Ada Programming/Unfinished module#:
Category:Book:Ada Programming Category:Book:Ada Programming/Pages containing deprecated templates Category:Book:Ada Programming/Unfinished module