"Source: Text/Aggregates/Set.text";
"Line: 683";
"Date: Thu Sep 25 14:47:47 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Aggregates/Set.text, line: 683
// Example: H10E5 ()
print "Example: H10E5";
ei := GetEchoInput();
SetEchoInput(true);
S := { FiniteField(13) | x : x in { 1..10 } };
S;
G := PowerSet(FiniteField(13));
S := G ! { 1..10 };
S;
SetEchoInput(ei);
