"Source: Text/Code/CodeFld.text";
"Line: 735";
"Date: Thu Sep 25 14:47:47 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Code/CodeFld.text, line: 735
// Example: H165E9 ()
print "Example: H165E9";
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);
