Which function joins together two or more strings of text without a separator?

The `concat` function in most programming languages joins together two or more strings of text without a separator.