"Source: Text/LieTheory/GrpLie.text";
"Line: 609";
"Date: Thu Jun 16 15:04:46 2022";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/LieTheory/GrpLie.text, line: 609
// Example: H110E3 ()
print "Example: H110E3";
ei := GetEchoInput();
SetEchoInput(true);
G := TwistedGroupOfLieType("3D",4,5);
G;
R := RootDatum(G);
R;
SetEchoInput(ei);
