"Source: Text/Code/CodeFld.text";
"Line: 4806";
"Date: Thu Sep 25 14:47:47 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Code/CodeFld.text, line: 4806
// Example: H165E40 ()
print "Example: H165E40";
ei := GetEchoInput();
SetEchoInput(true);
F<w> := GF(4);
C, has_code := BKLC(F, 14, 9);
has_code;
assert $1;
C;
BKLCLowerBound(F, 14, 9), BKLCUpperBound(F, 14, 9);
SetEchoInput(ei);
