off rlabout;



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


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



P := {{x2, x3, x4, x5}};


p := {{x2,x3,x4,x5}}


classifyComponents P;


{{{x2,x3,x4,x5}},

 {{}},

 {{1 = 0}},

 {o},

 o}


end;

