home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 December
/
simtel1292_SIMTEL_1292_Walnut_Creek.iso
/
msdos
/
clipper
/
nannws24.arc
/
BDEMO.PRG
next >
Wrap
Text File
|
1988-05-18
|
664b
|
33 lines
* ------------ bdemo ------------------------------
* 9:34:04 2/17/1988 ldv
* Carson Lee
* copyright 1988 SourceMate Information Systems Inc.
* a demonstration program which make use of the blink() functions
set color to /w*
clear
blinkon()
wait "We have a blinking display"
blinkoff()
wait "We have a high intensity background"
blinkon()
wait "We have a blinking display"
blinkoff()
wait "We have a high intensity background"
blinkon()
wait "We have a blinking display"
set color to w
clear
? "End of demo"
? "Adios, time to hit the beach !"
return
* -------------- bdemo.prg.eof.ldv -------------------