"Source: Text/Module/ModRng.text";
"Line: 139";
"Date: Wed Sep 19 23:00:01 2018";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Module/ModRng.text, line: 139
// Example: H59E1 ()
print "Example: H59E1";
ei := GetEchoInput();
SetEchoInput(true);
Z := IntegerRing();
M := RModule(Z, 6); 
M;
SetEchoInput(ei);
