home *** CD-ROM | disk | FTP | other *** search
- PRODUCT : TURBO PROLOG NUMBER : 307
- VERSION : 1.0xx
- OS : PC-DOS
- DATE : June 17, 1986
-
- TITLE : PROGRAM 30 UPDATE
-
- The following update to Program 30 enables Turbo Prolog to
- correctly display directories for the disk in drive A (left
- window) and drive B (right window), then return to Turbo Prolog
- when the space bar is pressed.
-
- /* Program 30 */
- goal
- makewindow(1,7,7,"Directory for disk A",0,0,20,35),
- dir("a:","*.*",_),
- makewindow(2,7,7,"Directory for disk B",0,40,20,35),
- dir("b:","*.*",_),
- makewindow(3,7,7,"",21,25,3,30).
-