GIT.Harvie.CZ
/
mirrors
/
Programs.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
pthread_pause now more robust with sleep restart, SA_RESTART and semaphores
[mirrors/Programs.git]
/
turbobasic
/
floppy-party
/
STROBE.BAS
Commit
Line
Data
8986c5cd
H
1
'TURBO BASIC STROBE BY HARVIE 2010
\r
2
\r
3
SCREEN 1
\r
4
DO
\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
10
LOOP
\r
11
\1a
This page took
0.790765 seconds
and
4
git commands to generate.