Ada Programming/Delimiters/&

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.

↑Jump back a section

Common non-standard operations

Concatenating strings

The & operator is also defined for Bounded_String and Unbounded_String.

↑Jump back a section
Last modified on 5 January 2009, at 23:39