"Source: Text/System/State.text";
"Line: 1762";
"Date: Wed Mar 24 09:58:40 2021";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/System/State.text, line: 1762
// Example: H1E19 ()
print "Example: H1E19";
ei := GetEchoInput();
SetEchoInput(true);
/* but this is correct
      and reads two lines: */
x := 12\
34;
x;
SetEchoInput(ei);
