"Source: Text/Group/GrpFPInt.text";
"Line: 613";
"Date: Mon Jan 20 11:08:12 2020";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Group/GrpFPInt.text, line: 613
// Example: H77E7 ()
print "Example: H77E7";
ei := GetEchoInput();
SetEchoInput(true);
A<a, b, c> := AbelianFPGroup([4, 9, 0]);  
A;
SetEchoInput(ei);
