"Source: Text/Group/GrpPerm.text";
"Line: 382";
"Date: Wed Mar 24 09:34:33 2021";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Group/GrpPerm.text, line: 382
// Example: H64E3 ()
print "Example: H64E3";
ei := GetEchoInput();
SetEchoInput(true);
H := PermutationGroup< 9 | (1,2,4)(5,6,8)(3,9,7), (4,5,6)(7,9,8) >;
H;
SetEchoInput(ei);
