Merge two strings.
The first string. For example: "Spreadsheets are ".
"Spreadsheets are "
The second string. For example: "awesome".
"awesome"
The & operator is the same as the CONCAT() function.
&
CONCAT()