"Source: Text/Group/GrpData.text";
"Line: 2205";
"Date: Mon May 16 10:58:19 2022";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Group/GrpData.text, line: 2205
// Example: H72E11 ()
print "Example: H72E11";
ei := GetEchoInput();
SetEchoInput(true);
p := TransitiveGroupProcess(5);            
while not IsEmpty(p) do
    CurrentLabel(p), #Current(p);
    Advance(~p);
end while;
SetEchoInput(ei);
