"Source: Text/Group/GrpPC.text";
"Line: 4587";
"Date: Thu Apr  1 11:57:57 2021";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Group/GrpPC.text, line: 4587
// Example: H69E27 ()
print "Example: H69E27";
ei := GetEchoInput();
SetEchoInput(true);
G := DihedralGroup(GrpPC, 16);
T := Descendants (G, 8);
#T;
assert $1 eq 12;
H := T[5]; 
H;
SetEchoInput(ei);
