"Source: Text/Code/CodeFld.text";
"Line: 303";
"Date: Tue May 30 11:26:03 2023";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Code/CodeFld.text, line: 303
// Example: H161E4 ()
print "Example: H161E4";
ei := GetEchoInput();
SetEchoInput(true);
K := GF(2);
U := UniverseCode(K, 6);
U;
Z := ZeroCode(K, 6);
Z;
R := RandomLinearCode(K, 6, 3);
(Z subset R) and (R subset U);
assert $1;
SetEchoInput(ei);
