bug12 117 B

12345678910
  1. % On div doesn't work in lists, or maybe it's equations ...
  2. xx := solve({x+y=a+b,x-y=0},{x,y});
  3. on div;
  4. xx;
  5. end;