mirror of
https://github.com/mbirth/gwbasic.git
synced 2024-11-09 23:06:45 +00:00
Added Sirene 9.
This commit is contained in:
parent
89b6b4ad24
commit
953d1e7fa0
8
WINDOWS/SIRENE9.SIR
Normal file
8
WINDOWS/SIRENE9.SIR
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
10 CLS
|
||||||
|
20 A=200
|
||||||
|
30 A=A+17
|
||||||
|
40 SOUND A,.1
|
||||||
|
50 IF INKEY$=" " THEN LOAD"sirene.win"
|
||||||
|
60 IF A>900 THEN 20
|
||||||
|
70 GOTO 30
|
||||||
|
|
Loading…
Reference in New Issue
Block a user