"Source: Text/Group/SgpFP.text";
"Line: 356";
"Date: Tue Jun  7 22:27:14 2016";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Group/SgpFP.text, line: 356
// Example: H84E2 ()
print "Example: H84E2";
ei := GetEchoInput();
SetEchoInput(true);
M<x,y> := Monoid< x, y | x^2, y^2, (x*y)^2 >;
M;
SetEchoInput(ei);
