Source: wikibot/concatenation

= Concatenation
{wiki=Concatenation}

Concatenation is the operation of joining two or more strings or sequences end-to-end to form a single string or sequence. In programming and computer science, this is commonly used with text strings, but it can also apply to other data structures, such as lists or arrays.