1% The following two calls to solve used to return the wrong result
2% {x=1,x=-1}
3
4solve(abs(x)=-1,x);
5
6solve(sqrt(x^2)=-1,x);
7
8end;
9