"Source: Text/System/IO.text";
"Line: 1798";
"Date: Thu Sep 25 14:47:43 2025";
"Main: Fri Sep 26 14:29:19 2025";
// 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);
