The point is that an expression written out in FullForm can still
evaluate to something else. If you write
<expression> //FullForm
the expression will be evaluated and the result displayed in FullForm.
To see the FullForm of the original expression, try:
<expression> //Hold //FullForm
ignoring the extra layer of Hold[...] wrapped round the result.
David Bailey
http://www.dbaileyconsultancy.co.uk