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> output predefined standard file pp 105</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 OUTPUT                    Predefined Standard File                   pp 105


 Define:  Predefined standard output file.

 Purpose: Default standard output 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 Write procedure is used without specifying a file
          identifier, the Standard Output file is used by default.

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

          Write (IntVar);   is equivalent to   Write   (Output,IntVar);
          WriteLn;          "       "     "    WriteLn (Output);

See Also: {$B+} Aux Con Input Lst Trm Write

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