The paste operator
The paste operator is useful but has a few quirks. First let's start with the useful usecases (see what I did there?).
which outputs:
Paste: The weirdness
In the example above, in the expression suffix # suffix
, the first suffix is evaluated as a variable, but the second is evaluated as a verbatim string!
So you get the output:
What??? Not a dealbreaker but be wary of this behaviour.