home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / l / l216 / 1.ddi / TDOMS.PRO < prev    next >
Encoding:
Prolog Source  |  1987-03-23  |  753 b   |  18 lines

  1.  
  2. /****************************************************************
  3.      Turbo Prolog Toolbox
  4.      (C) Copyright 1987 Borland International.                
  5.                                                               
  6.  In order to use the tools, the following domain declarations 
  7.  should be included in the start of your program              
  8. ****************************************************************/
  9.  
  10. DOMAINS
  11.   ROW, COL, LEN, ATTR   = INTEGER
  12.   STRINGLIST = STRING*
  13.   INTEGERLIST = INTEGER*
  14.   KEY    = cr; esc; break; tab; btab; del; bdel; ctrlbdel; ins;
  15.          end ; home ; fkey(INTEGER) ; up ; down ; left ; right ;
  16.          ctrlleft; ctrlright; ctrlend; ctrlhome; pgup; pgdn;
  17.          ctrlpgup; ctrlpgdn; char(CHAR) ; otherspec
  18.