"Source: Text/LieTheory/RootDtm.text";
"Line: 1879";
"Date: Fri Sep 26 12:10:11 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/LieTheory/RootDtm.text, line: 1879
// Example: H107E18 ()
print "Example: H107E18";
ei := GetEchoInput();
SetEchoInput(true);
R := RootDatum("G2");
HighestRoot(R);
HighestLongRoot(R);
HighestShortRoot(R);
SetEchoInput(ei);
