"Source: Text/Group/GrpData.text";
"Line: 3603";
"Date: Thu Sep 25 14:47:45 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Group/GrpData.text, line: 3603
// Example: H73E22 ()
print "Example: H73E22";
ei := GetEchoInput();
SetEchoInput(true);
P := IsolProcessOfDegree(3);    
ords := {* *};
repeat
  Include(~ords, #Current(P));
  Advance(~P);
until IsEmpty(P);
ords;
SetEchoInput(ei);
