"Source: Text/Group/GrpPerm.text";
"Line: 3642";
"Date: Wed Mar 24 09:34:33 2021";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Group/GrpPerm.text, line: 3642
// Example: H64E22 ()
print "Example: H64E22";
ei := GetEchoInput();
SetEchoInput(true);
Q, f := quo< Sym(4) | (1,2)(3,4), (1,3)(2,4) >;
Q;
SetEchoInput(ei);
