How to have x+y -> x+y and not y+x



Hi list,

entering both x+y and y+x always give y+x as output

How can I have x+y instead ?

It seems that maxima is de facto using a reverse alphabetical ordering so
I tried to use reverse to no avail.

TIA