home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD1.mdf
/
magazine
/
spoc88
/
scrhnd
/
xtdoms.pro
< prev
next >
Wrap
Text File
|
1988-04-18
|
1KB
|
24 lines
/* Listing 1: XTDOMS.PRO */
/****************************************************************
Turbo Prolog Toolbox
(C) Copyright 1987 Borland International.
In order to use the tools, the following domain declarations
should be included in the start of your program
****************************************************************/
/***************************************************************
* Modified 2/5/88 G. Wood
* Added 'plus' to domain of KEY. See changes in
* XTPREDS.PRO and XSCRHND.PRO
***************************************************************/
DOMAINS
ROW, COL, LEN, ATTR = INTEGER
STRINGLIST = STRING*
INTEGERLIST = INTEGER*
KEY = cr; esc; break; tab; btab; del; bdel; ctrlbdel; ins;
end ; home ; fkey(INTEGER) ; up ; down ; left ; right ;
ctrlleft; ctrlright; ctrlend; ctrlhome; pgup; pgdn;
ctrlpgup; ctrlpgdn; char(CHAR) ; plus; otherspec