bug15 163 B

1234567891011121314
  1. % Presumably, there should be a factor pulled out in final value.
  2. operator p;
  3. noncom p;
  4. xx := p(1) *(p(2)^2 + 2*p(2)*p(1) + p(1)^2) + 3;
  5. on factor;
  6. xx;
  7. end;