"Source: Text/Group/GrpFP.text";
"Line: 8068";
"Date: Mon May 17 16:13:13 2021";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Group/GrpFP.text, line: 8068
// Example: H78E64 ()
print "Example: H78E64";
ei := GetEchoInput();
SetEchoInput(true);
F := FreeGroup(2);
q := pQuotient (F, 5, 14: Print := 1, Exponent := 5);
SetEchoInput(ei);
