"Source: Text/Group/GrpData.text";
"Line: 727";
"Date: Thu Sep 25 14:47:45 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Group/GrpData.text, line: 727
// Example: H73E2 ()
print "Example: H73E2";
ei := GetEchoInput();
SetEchoInput(true);
P := SmallGroupProcess(128);
count := {* *};
repeat
  G := Current(P);
  Include(~count, NilpotencyClass(G));
  Advance(~P);
until IsEmpty(P);
count;
SetEchoInput(ei);
