"Source: Text/Aggregates/Seq.text";
"Line: 329";
"Date: Thu Sep 25 14:47:47 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Aggregates/Seq.text, line: 329
// Example: H11E1 ()
print "Example: H11E1";
ei := GetEchoInput();
SetEchoInput(true);
s := [ IntegerRing(200) | x : x in [ 25..125 ] ];
SetEchoInput(ei);
