As such, there would be no difference between &testxxx and &testxxx.
But if you wanted to directly append any text to the contents of testxxx, then you would have to use
&testxxx.other_text
to get
yyyother_text
For clarity, it is good to end all macro variable calls with a dot.
... View more