"Source: Text/Group/GrpFPInt.text";
"Line: 1877";
"Date: Mon Jan 20 11:08:12 2020";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Group/GrpFPInt.text, line: 1877
// Example: H77E22 ()
print "Example: H77E22";
ei := GetEchoInput();
SetEchoInput(true);
G<a, b> := FPGroup<a,b | a^8, b^7, (a*b)^2, (a*b^-1)^3>;
G;
Order(G);
SetEchoInput(ei);
