The FrontEnd interface can hide important information, specially in the output and in Traditional Form. The main example is that the output of strings hides the "" quotes in the output:
In[268]:= a - "a"
Out[268]= -"a" + a
Here the output in them front end looks identical to -a+a
.
If I triple-click on the output of "a&b"
to select what appears as a&b
without quotes, and then paste it I get the quotes. If I double-click the ouput of "abc"
to select, then copy and paste it, I do not get quotes (for that I need a triple-click). There is no visual indication of quotes: sometimes they get copied, sometimes not.