[<<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
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson