"Source: Text/LieTheory/GrpLie.text";
"Line: 355";
"Date: Thu Jun 16 15:04:46 2022";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/LieTheory/GrpLie.text, line: 355
// Example: H110E1 ()
print "Example: H110E1";
ei := GetEchoInput();
SetEchoInput(true);
G := GroupOfLieType("E8", 2);
G;
SetEchoInput(ei);
