"Source: Text/Module/ModRng.text";
"Line: 139";
"Date: Fri Sep 26 12:10:11 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Module/ModRng.text, line: 139
// Example: H60E1 ()
print "Example: H60E1";
ei := GetEchoInput();
SetEchoInput(true);
Z := IntegerRing();
M := RModule(Z, 6); 
M;
SetEchoInput(ei);
