Moved old turbobasic files to directory 1998 and added new directory for new files
[mirrors/Programs.git] / turbobasic / floppy-party / STROBE.BAS
1 'TURBO BASIC STROBE BY HARVIE 2010
2
3 SCREEN 1
4 DO
5 COLOR 255: CLS
6 DELAY 0.07
7 COLOR 0: CLS
8 DELAY 0.2
9 IF INKEY$<>"" THEN EXIT LOOP
10 LOOP
11 \1a
This page took 0.340564 seconds and 4 git commands to generate.