Ada Programming/Delimiters/:

From Wikibooks, open books for an open world
Jump to navigation Jump to search

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[edit | edit source]

See Ada Programming/Variables.

Function and procedure parameter[edit | edit source]

See Ada Programming/Subprograms.

Generic Formal Objects[edit | edit source]

See Ada Programming/Generics

Exception Choice Parameter[edit | edit source]

See Ada Programming/Exceptions.

Block name[edit | edit source]

See Ada Programming/Control.

See also[edit | edit source]

Wikibook[edit | edit source]

Ada Reference Manual[edit | edit source]