"Source: Text/Code/CodeZ4.text";
"Line: 508";
"Date: Thu Jun 16 15:04:46 2022";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Code/CodeZ4.text, line: 508
// Example: H165E5 ()
print "Example: H165E5";
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);
