"Source: Text/Code/CodeZ4.text";
"Line: 278";
"Date: Thu Sep 25 14:47:47 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Code/CodeZ4.text, line: 278
// Example: H169E2 ()
print "Example: H169E2";
ei := GetEchoInput();
SetEchoInput(true);
PreparataCode(3);
MinimumLeeWeight($1);
assert $1 eq 6;
KerdockCode(4);
MinimumLeeWeight($1);
assert $1 eq 12;
KerdockCode(5);
MinimumLeeWeight($1);
assert $1 eq 28;
SetEchoInput(ei);
