"Source: Text/Group/GrpData.text";
"Line: 2206";
"Date: Thu Sep 25 14:47:45 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Group/GrpData.text, line: 2206
// Example: H73E11 ()
print "Example: H73E11";
ei := GetEchoInput();
SetEchoInput(true);
p := TransitiveGroupProcess(5);            
while not IsEmpty(p) do
    CurrentLabel(p), #Current(p);
    Advance(~p);
end while;
SetEchoInput(ei);
