"Source: Text/Group/GrpPerm.text";
"Line: 289";
"Date: Wed Mar 24 09:34:33 2021";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Group/GrpPerm.text, line: 289
// Example: H64E2 ()
print "Example: H64E2";
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);
