"Source: Text/Group/GrpPerm.text";
"Line: 289";
"Date: Thu Sep 25 14:47:45 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Group/GrpPerm.text, line: 289
// Example: H65E2 ()
print "Example: H65E2";
ei := GetEchoInput();
SetEchoInput(true);
S6 := Sym(6);
x := elt<S6 | 1,3,2,5,6,4>;
x;
y := S6![1,3,2,5,6,4];
y;
z := S6!(2,3)(4,5,6);
z;
S6!1;
SetEchoInput(ei);
