Ada Programming/Delimiters/&
From Wikibooks, the open-content textbooks collection
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
- 4.4 Expressions (Annotated)
- 4.5.3 Binary Adding Operators (Annotated)
- A.4.4 Bounded-Length String Handling (Annotated)
- A.4.5 Unbounded-Length String Handling (Annotated)
[edit] Ada 2005 Reference Manual
- 4.4 Expressions (Annotated)
- 4.5.3 Binary Adding Operators (Annotated)
- A.4.4 Bounded-Length String Handling (Annotated)
- A.4.5 Unbounded-Length String Handling (Annotated)
| Ada Operators | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|