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