"Source: Text/Code/CodeZ4.text";
"Line: 1422";
"Date: Thu Sep 25 14:47:47 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Code/CodeZ4.text, line: 1422
// Example: H169E16 ()
print "Example: H169E16";
ei := GetEchoInput();
SetEchoInput(true);
C := QRCodeZ4(17);
C;
WeightDistribution(C);                                                                                   
DualWeightDistribution(C);
SetEchoInput(ei);
