"Source: Text/RepThy/Chtr.text";
"Line: 723";
"Date: Mon May 17 16:13:13 2021";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/RepThy/Chtr.text, line: 723
// Example: H98E3 ()
print "Example: H98E3";
ei := GetEchoInput();
SetEchoInput(true);
C:=CharacterTable(Group("S5"));
[IsPermutationCharacter(c): c in C];
C:=CharacterTable(Group("Q8"));
[IsPermutationCharacter(c): c in C];
SetEchoInput(ei);
