"Source: Text/Group/GrpData.text";
"Line: 3601";
"Date: Mon May 16 10:58:19 2022";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Group/GrpData.text, line: 3601
// Example: H72E22 ()
print "Example: H72E22";
ei := GetEchoInput();
SetEchoInput(true);
P := IsolProcessOfDegree(3);    
ords := {* *};
repeat
  Include(~ords, #Current(P));
  Advance(~P);
until IsEmpty(P);
ords;
SetEchoInput(ei);
