"Source: Text/Group/GrpAb.text";
"Line: 211";
"Date: Mon Aug 27 15:22:06 2018";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Group/GrpAb.text, line: 211
// Example: H75E4 ()
print "Example: H75E4";
ei := GetEchoInput();
SetEchoInput(true);
G<[x]> := AbelianGroup([2,3,4,5,6,0,0]);
G;
SetEchoInput(ei);
