< Ada Programming < Delimiters

Ada. Time-tested, safe and secure.

As operator

Concatenating arrays

function "&" (Left, Right : T) return T;

Any array type (including fixed Strings) can be concatenated using the & operator. You can also append a single element to an array.

Common non-standard operations

Concatenating strings

The & operator is also defined for Bounded_String and Unbounded_String.

See also

Wikibook

Ada 95 Reference Manual

Ada 2005 Reference Manual


Ada Operators
and and then > + abs &
or or else >= - mod
xor = < * rem in
not /= <= ** / not in
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.