"Source: Text/Group/GrpRWS.text";
"Line: 614";
"Date: Tue Jun  7 22:27:14 2016";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Group/GrpRWS.text, line: 614
// Example: H81E6 ()
print "Example: H81E6";
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);
