"Source: Text/Group/GrpFP.text";
"Line: 2219";
"Date: Mon May 17 16:13:13 2021";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Group/GrpFP.text, line: 2219
// Example: H78E21 ()
print "Example: H78E21";
ei := GetEchoInput();
SetEchoInput(true);
G := FPGroup< x,y | x^6, y^6, (x*y)^5, (x,y)^3 >;
SmallCancellationConditions(G);
SetEchoInput(ei);
