"Source: Text/Code/CodeFld.text";
"Line: 1327";
"Date: Tue May 30 11:26:03 2023";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Code/CodeFld.text, line: 1327
// Example: H161E14 ()
print "Example: H161E14";
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);
