"Source: Text/Code/CodeFld.text";
"Line: 996";
"Date: Thu Sep 25 14:47:47 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Code/CodeFld.text, line: 996
// Example: H165E11 ()
print "Example: H165E11";
ei := GetEchoInput();
SetEchoInput(true);
C := GolayCode(GF(3),false);
{Distance(v,w):v,w in C};
{Weight(v):v in C};  
SetEchoInput(ei);
