home *** CD-ROM | disk | FTP | other *** search
Prolog Source | 1987-03-23 | 753 b | 18 lines |
-
- /****************************************************************
- 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
- ****************************************************************/
-
- 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) ; otherspec