"Source: Text/Code/CodeZ4.text";
"Line: 1543";
"Date: Thu Sep 25 14:47:47 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Code/CodeZ4.text, line: 1543
// Example: H169E17 ()
print "Example: H169E17";
ei := GetEchoInput();
SetEchoInput(true);
C := ReedMullerCodeZ4(1, 3);
C;
LeeWeightDistribution(C);
W := WordsOfLeeWeight(C, 8);
#W;
assert $1 eq 30;
SetEchoInput(ei);
