home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programmer Plus 2007
/
Programmer-Plus-2007.iso
/
Programming
/
Borland Plateform
/
Turbo Prolog 2
/
EXAMPL32.PRO
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1986-04-01
|
294 b
|
10 lines
/* Program 32 */
goal
makewindow(1,7,7,"Timer",8,10,12,60),
time(0,0,0,0),system("dir a:"),
time(H,M,S,Hundredths),
write(H," hours "),
write(M," minutes "),
write(S," seconds "),
write(Hundredths," hundredths of a second"),nl,nl.