"Source: Text/Code/CodeAdd.text";
"Line: 305";
"Date: Tue Jun  7 22:27:15 2016";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Code/CodeAdd.text, line: 305
// Example: H166E5 ()
print "Example: H166E5";
ei := GetEchoInput();
SetEchoInput(true);
F := GF(9);
K := GF(3);
U := AdditiveUniverseCode(F, K, 5);
Z := AdditiveZeroCode(F, K, 5);
R := RandomAdditiveCode(F, K, 5, 2);
(Z subset R) and (R subset U);
assert $1;
SetEchoInput(ei);
