docs
[mirrors/Programs.git] / turbobasic / floppy-party / STROBE.BAS
CommitLineData
8986c5cd
H
1'TURBO BASIC STROBE BY HARVIE 2010\r
2\r
3SCREEN 1\r
4DO\r
5 COLOR 255: CLS\r
6 DELAY 0.07\r
7 COLOR 0: CLS\r
8 DELAY 0.2\r
9 IF INKEY$<>"" THEN EXIT LOOP\r
10LOOP\r
11\1a
This page took 0.175626 seconds and 4 git commands to generate.