home *** CD-ROM | disk | FTP | other *** search
/ No Fragments Archive 10: Diskmags / nf_archive_10.iso / MAGS / STFORMAT / STF34A.MSA / STOS / PROG0002.BAS (.txt) < prev    next >
Atari STOS Basic  |  1987-04-22  |  654b  |  16 lines

  1. 10 REM *********************************
  2. 100 KEY
  3. 110 AUTO BACK
  4. 120 FOR
  5. 130 LOCATE
  6. 140 BOX
  7. 150 SCREEN SWAP
  8. 160 NEXT
  9. 170 REM ---- This is a sample of two very simple timer count downs
  10. 180 REM ---- With experimentation you can produce some very nice count
  11. 190 REM ---- down timers.
  12. 20 REM *  PROG0002.BAS by Asa Burrows  *
  13. 30 REM *         ST Answers            *
  14. 40 REM *      Timer Indicator          *
  15. 99 REM *********************************
  16.