"Source: Text/Group/GrpFP.text";
"Line: 257";
"Date: Mon May 17 16:13:13 2021";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Group/GrpFP.text, line: 257
// Example: H78E2 ()
print "Example: H78E2";
ei := GetEchoInput();
SetEchoInput(true);
S4<x, y> := quo< FreeGroup(2) | $.1^2, $.2^3, ($.1*$.2)^4 >;
S4;
SetEchoInput(ei);
