"Source: Text/Code/CodeFld.text";
"Line: 735";
"Date: Tue May 30 11:26:03 2023";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Code/CodeFld.text, line: 735
// Example: H161E9 ()
print "Example: H161E9";
ei := GetEchoInput();
SetEchoInput(true);
C := ReedMullerCode(1, 4);         
C;
InformationSet(C);
#AllInformationSets(C);
assert $1 eq 2688;
S, f := StandardForm(C);
S;
u := C.1;
u;
f(u);
SetEchoInput(ei);
