"Source: Text/Code/CodeFld.text";
"Line: 4882";
"Date: Thu Sep 25 14:47:47 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Code/CodeFld.text, line: 4882
// Example: H165E42 ()
print "Example: H165E42";
ei := GetEchoInput();
SetEchoInput(true);
F<w> := GF(4);
C := BDLC(F, 12, 8);
C;
C := BDLC(F, 27, 8);
C:Minimal;
C := BDLC(F, 67, 8);
C:Minimal;
C, has_code := BDLC(F, 99, 8);
has_code;
assert $1;
C:Minimal;
C, has_code := BDLC(F, 195, 8);
has_code;
assert $1;
C:Minimal;
SetEchoInput(ei);
