Strings can be concatenated, or joined together, using one or more concatenation operator &.
&
String arrays can also be concatenated using the Join function and providing a string (which can be zero-length) to be used between each array element.
Join