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