"Source: Text/RepThy/Chtr.text";
"Line: 389";
"Date: Mon May 17 16:13:13 2021";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/RepThy/Chtr.text, line: 389
// Example: H98E1 ()
print "Example: H98E1";
ei := GetEchoInput();
SetEchoInput(true);
G := Alt(5);
CT := CharacterTable(G);
CT;
CT[2];
CT[2]:Minimal;
SetEchoInput(ei);
