"Source: Text/Group/GrpPerm.text";
"Line: 143";
"Date: Thu Sep 25 14:47:45 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Group/GrpPerm.text, line: 143
// Example: H65E1 ()
print "Example: H65E1";
ei := GetEchoInput();
SetEchoInput(true);
S4 := Sym({ "a", "b", "c", "d" });
S4;
GSet(S4);
G := Sym({ 0..9 });
G;
GSet(G);
SetEchoInput(ei);
