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