"Source: Text/Group/GrpPC.text";
"Line: 1786";
"Date: Thu Sep 25 14:47:45 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Group/GrpPC.text, line: 1786
// Example: H70E11 ()
print "Example: H70E11";
ei := GetEchoInput();
SetEchoInput(true);
set_product := func<G, H, K | { G | x * y : x in H, y in K }>;
elements := func<G, H | { G | x : x in H }>;
SetEchoInput(ei);
