"Source: Text/Group/Grp.text";
"Line: 5382";
"Date: Mon Mar 29 16:52:44 2021";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Group/Grp.text, line: 5382
// Example: H63E30 ()
print "Example: H63E30";
ei := GetEchoInput();
SetEchoInput(true);
m10 := PermutationGroup< 10 |  (1, 3, 9, 10, 2, 8, 7, 6, 4, 5),
                               (1, 7)(2, 4, 3, 6, 8, 10, 9, 5) >;
p := PermutationModule(m10, GF(2));
p : Maximal;
SetEchoInput(ei);
