"Source: Text/System/State.text";
"Line: 1762";
"Date: Thu Sep 25 21:32:21 2025";
"Main: Fri Sep 26 14:29:19 2025";
// 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);
