"Source: Text/LieTheory/GrpCox.text";
"Line: 599";
"Date: Fri Sep 26 12:10:11 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/LieTheory/GrpCox.text, line: 599
// Example: H108E7 ()
print "Example: H108E7";
ei := GetEchoInput();
SetEchoInput(true);
W := CoxeterGroup("C5");
RootSystem(W);
RootDatum(W);

W := CoxeterGroup("H4");
RootSystem(W);
SetEchoInput(ei);
