home *** CD-ROM | disk | FTP | other *** search
- * ------------ 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 -------------------