off rlabout;



symbolic (infile "../../SUPPORT/real.red" where !*output=nil);


symbolic (infile "../../SUPPORT/strings.red" where !*output=nil);



P := {{x2, x3, x4, x1-76}};


p := {{x2,x3,x4,x1 - 76}}


classifyComponents P;


{{{x1,x2,x3,x4}},

 {{x1}},

 {{x1 = 76}},

 {c},

 c}


end;

