Ada Programming/Delimiters/&

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

Ada Lovelace 1838.jpg

Contents


[edit] As operator

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

[edit] Common non-standard operations

[edit] Concatenating strings

The & operator is also defined for Bounded_String and Unbounded_String.

[edit] See also

[edit] Wikibook

[edit] Ada 95 Reference Manual

[edit] Ada 2005 Reference Manual



Ada Operators
and and then > + abs &
or or else >= - mod
xor = < * rem in
not /= <= ** / not in
Personal tools
Namespaces
Variants
Actions
Navigation
Community
Toolbox
Sister projects
Print/export