Analogous to paste0(x, y).
paste0(x, y)
x %+% y
x
y
Objects to be converted to character vectors.
"01" %+% "jan" %+% "1970" # returns "01jan1970"