"Source: Text/Group/GrpData.text";
"Line: 726";
"Date: Mon May 16 10:58:19 2022";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Group/GrpData.text, line: 726
// Example: H72E2 ()
print "Example: H72E2";
ei := GetEchoInput();
SetEchoInput(true);
P := SmallGroupProcess(128);
count := {* *};
repeat
  G := Current(P);
  Include(~count, NilpotencyClass(G));
  Advance(~P);
until IsEmpty(P);
count;
SetEchoInput(ei);
