"Source: Text/System/IO.text";
"Line: 1798";
"Date: Mon Jun 27 13:54:32 2022";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/System/IO.text, line: 1798
// Example: H3E14 ()
print "Example: H3E14";
ei := GetEchoInput();
SetEchoInput(true);
eof := Eof();
eof;
IsEof(eof);
E := "EOF";
E;
IsEof(E);
SetEchoInput(ei);
