"Source: Text/Aggregates/Seq.text";
"Line: 329";
"Date: Wed Nov 13 15:56:29 2019";
"Main: Thu May 25 10:02:38 2023";
// 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);
