"Source: Text/RepThy/Chtr.text";
"Line: 389";
"Date: Fri Sep 26 12:10:12 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/RepThy/Chtr.text, line: 389
// Example: H100E1 ()
print "Example: H100E1";
ei := GetEchoInput();
SetEchoInput(true);
G := Alt(5);
CT := CharacterTable(G);
CT;
CT[2];
CT[2]:Minimal;
SetEchoInput(ei);
