variant_cat concatenates two variant values together and returns the result &reftitle.description; mixedvariant_cat mixedleft mixedright Concatenates left with right and returns the result. This function is notionally equivalent to $left . $right. &reftitle.parameters; left The left operand. right The right operand. &com.variant-arith; &reftitle.returnvalues; Returns the result of the concatenation. &reftitle.seealso; for the string concatenation operator