"Source: Text/Code/CodeFld.text";
"Line: 1327";
"Date: Thu Sep 25 14:47:47 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Code/CodeFld.text, line: 1327
// Example: H165E14 ()
print "Example: H165E14";
ei := GetEchoInput();
SetEchoInput(true);
C1 := RepetitionCode(GF(2),6);
C1;
C3 := EvenWeightCode(6);
C3;
C1 subset C3;
assert $1;
C2 := SubcodeBetweenCode(C3, C1, 4);
C2;
(C1 subset C2) and (C2 subset C3);
assert $1;
SetEchoInput(ei);
