"Source: Text/Group/GrpData.text";
"Line: 3387";
"Date: Mon May 16 10:58:19 2022";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Group/GrpData.text, line: 3387
// Example: H72E21 ()
print "Example: H72E21";
ei := GetEchoInput();
SetEchoInput(true);
IsolNumberOfDegreeField(3, 5);
assert $1 eq 22;
G := IsolGroup(3, 5, 10);
#G;
assert $1 eq 62;
GG := IsolGuardian(3, 5, 10);
#GG;
assert $1 eq 372;
G;
GG;
SetEchoInput(ei);
