home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EDUCORP 8
/
Educorp2Compilation.sit
/
educorp2
/
Programming (2300, 7000)
/
2306 Programming v.4
/
TimeUnit
/
Demo of Time Bomb
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1987-04-11
|
296 b
|
17 lines
Program Tester;
{$U-} { Disable Units }
{ a Demo to illustrate how it works }
Uses MemTypes,Quickdraw,OSIntf,ToolIntf,PackIntf,TimeBomb;
Var
Flag : boolean;
Begin
Flag := TimeTest(10000);
If Flag = true then SysBeep(255);
End.