home *** CD-ROM | disk | FTP | other *** search
/ Carousel / CAROUSEL.cdr / mactosh / lang / mod4.hqx / M2-4.pit / TERMINAL.DEF < prev    next >
Text File  |  1985-04-25  |  931b  |  16 lines

  1.           DEFINITION MODULE Terminal;                       (* A.Wespisser, 20-NOV-84
  2.           ---------------------------                          J.Wyttenbach 11-jan-85
  3.           NOTE: - The procedures "KeyPress" and "GotoXY" and "ClearTerminal" are not
  4.                   contained in module "Terminal" on SMAKY8.
  5.                 - "BusyRead", "ReadString", "KeyPress" and "GotoXY" and "ClearTerminal"
  6.                   are not required by the compiler itself.
  7.                 - The read routines read also from a commandfile (EXEC-file).
  8.                   See "Workshop User's Guide" for command files.
  9.           **************************************************************************)
  10.  
  11.             EXPORT QUALIFIED Write, WriteString, WriteLn, Read, ReadString, ReadLn,
  12.                              BusyRead, ReadAgain,
  13.                              KeyPress, GotoXY, ClearTerminal;
  14.  
  15.             PROCEDURE Write (ch: CHAR);
  16.