"Source: Text/Code/CodeFld.text";
"Line: 3501";
"Date: Thu Sep 25 14:47:47 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Code/CodeFld.text, line: 3501
// Example: H165E32 ()
print "Example: H165E32";
ei := GetEchoInput();
SetEchoInput(true);
c_4_1_4 := RepetitionCode(GF(2),4);
c_6_1_6 := RepetitionCode(GF(2),6);
c_4_3_2 := Dual( c_4_1_4 );
c_8_4_4 := PlotkinSum( c_4_3_2 , c_4_1_4 );
c_7_4_3 := PunctureCode( c_8_4_4 , 8 );
c_6_3_3 := ShortenCode(  c_7_4_3 , 7 );
c_12_4_6 := PlotkinSum( c_6_3_3 , c_6_1_6 );
c_12_4_6;
SetEchoInput(ei);
