"Source: Text/Code/CodeZ4.text";
"Line: 508";
"Date: Thu Sep 25 14:47:47 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Code/CodeZ4.text, line: 508
// Example: H169E5 ()
print "Example: H169E5";
ei := GetEchoInput();
SetEchoInput(true);
F := ReedMullerCodesRMZ4(0,3);
F;
F[1] subset F[2] and F[2] subset F[3] and F[3] subset F[4];
assert $1;
SetEchoInput(ei);
