variant_cat
concatenates two variant values together and returns the result
Description
mixedvariant_cat
mixedleft
mixedright
Concatenates left with
right and returns the result.
See also for the string
concatenation operator; this function is notionally equivalent to
$left . $right.
&reference.com.variant-arith;