"Source: Text/Group/GrpFP.text";
"Line: 1994";
"Date: Mon May 17 16:13:13 2021";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Group/GrpFP.text, line: 1994
// Example: H78E19 ()
print "Example: H78E19";
ei := GetEchoInput();
SetEchoInput(true);
G<x, y> := FPGroup<x,y | x^8, y^7, (x*y)^2, (x^-1*y)^3>;
G;
Order(G);
assert $1 eq 10752;
SetEchoInput(ei);
