"Source: Text/Code/CodeFld.text";
"Line: 1093";
"Date: Thu Sep 25 14:47:47 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Code/CodeFld.text, line: 1093
// Example: H165E12 ()
print "Example: H165E12";
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);
