"Source: Text/Code/CodeFld.text";
"Line: 1093";
"Date: Tue May 30 11:26:03 2023";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Code/CodeFld.text, line: 1093
// Example: H161E12 ()
print "Example: H161E12";
ei := GetEchoInput();
SetEchoInput(true);
C := EvenWeightCode(5);
c := C![1,1,0,1,1];
c;
Support(c);
Coordinates(C,c);
C.1 + C.2 + C.4;
SetEchoInput(ei);
