After \def\Example{example}
\Word{\Example} gives example
So I need
\expanded{\Word{\Example}} to get Example
but
\WORD{\Example}} does give EXAMPLE

I did not expect that. 
Is this the intended behaviour?

Hans van der Meer