"Source: Text/Group/GrpPC.text";
"Line: 204";
"Date: Thu Sep 25 14:47:45 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Group/GrpPC.text, line: 204
// Example: H70E1 ()
print "Example: H70E1";
ei := GetEchoInput();
SetEchoInput(true);
G := CyclicGroup(GrpPC, 12);
Order(G);
assert $1 eq 12;
IsAbelian(G);
assert $1;
IsSimple(G);
assert not $1;
G;
H := AbelianGroup(GrpPC, [2,2,3]);
Order(H);
assert $1 eq 12;
IsCyclic(H);
assert not $1;
SetEchoInput(ei);
