home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / l / l217 / 2.ddi / PROGRAMS / TDOMS.PRO < prev    next >
Encoding:
Text File  |  1990-03-26  |  603 b   |  15 lines

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