The cat relational operator concatenates strings in an expression.
exp cat exp
This statement:
z = x cat y
is equivalent to:
z = x : y