Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Turbo Pascal - <b> input predefined standard file pp 105</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 INPUT                     Predefined Standard File                   pp 105


 Define:  Predefined standard input file.

 Purpose: Default standard input file.  Assigned to either the CON: or TRM:
          device depending upon the {$B+} compiler directive.

 Notes:   Use of Assign, Reset, ReWrite, and Close is illegal here.

          When the Read procedure is used without specifying a file
          identifier, the Standard Input file is used by default.

          Input data is echoed to the screen.  The line that is input is
          terminated internally with a Ctrl-Z character when RETURN is
          entered.

          Read (IntVar);   is equivalent to   Read   (Input,IntVar);
          ReadLn;          "      "      "    ReadLn (Input);

See Also: {$B+} Aux Con Kbd Lst Output Read

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson