"Source: Text/Code/CodeFld.text";
"Line: 2830";
"Date: Thu Sep 25 14:47:47 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Code/CodeFld.text, line: 2830
// Example: H165E27 ()
print "Example: H165E27";
ei := GetEchoInput();
SetEchoInput(true);
C := BCHCode(GF(3), 13, 3);   
C;
SetEchoInput(ei);
