"Source: Text/Group/GrpRWS.text";
"Line: 614";
"Date: Thu Sep 25 14:47:45 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Group/GrpRWS.text, line: 614
// Example: H83E6 ()
print "Example: H83E6";
ei := GetEchoInput();
SetEchoInput(true);
G := Group< x, y | x^2 = y^2, x*y*x = y*x*y >;
R := RWSGroup(G);
print Order(G);
SetEchoInput(ei);
