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