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