GSORT _ _ _ _ _ _ _ _ _ _ _ _ operator
where <p> is a polynomial or a list of polynomials.
The polynomials are reordered and sorted corresponding to the current term order.
torder lex; gsort(x**2+2x*y+y**2,{y,x}); y**2+2y*x+x**2