"Source: Text/Group/GrpPC.text";
"Line: 4587";
"Date: Thu Sep 25 14:47:45 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Group/GrpPC.text, line: 4587
// Example: H70E27 ()
print "Example: H70E27";
ei := GetEchoInput();
SetEchoInput(true);
G := DihedralGroup(GrpPC, 16);
T := Descendants (G, 8);
#T;
assert $1 eq 12;
H := T[5]; 
H;
SetEchoInput(ei);
