"Source: Text/Group/GrpPerm.text";
"Line: 382";
"Date: Thu Sep 25 14:47:45 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Group/GrpPerm.text, line: 382
// Example: H65E3 ()
print "Example: H65E3";
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);
