"Source: Text/Code/CodeFld.text";
"Line: 3106";
"Date: Tue May 30 11:26:03 2023";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Code/CodeFld.text, line: 3106
// Example: H161E30 ()
print "Example: H161E30";
ei := GetEchoInput();
SetEchoInput(true);
QRCode(GF(3), 23);
SetEchoInput(ei);
