"Source: Text/Code/CodeFld.text";
"Line: 996";
"Date: Tue May 30 11:26:03 2023";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Code/CodeFld.text, line: 996
// Example: H161E11 ()
print "Example: H161E11";
ei := GetEchoInput();
SetEchoInput(true);
C := GolayCode(GF(3),false);
{Distance(v,w):v,w in C};
{Weight(v):v in C};  
SetEchoInput(ei);
