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


 Define:  TRM is the predefined text file for the TRM: device.

 Purpose: Unbuffered system console without editing capability.

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

          Characters are echoed to the screen.


 ----------------------------------------------------------------------------


 Usage:
       VAR
          StrVar : String [8 ];        { Allow only 8 bytes of input       }

       BEGIN
          ReadLn  (TRM,StrVar);        { Read from standard TRM input file }
          ReadLn  (StrVar);            { Read from assumed TRM file        }
          WriteLn (StrVar);            { Write back the data to TRM file   }
       END.

See Also: Aux Kbd Con Lst Usr

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