old-casio-programs/SINK.txt

23 lines
293 B
Text
Raw Normal View History

2016-02-19 05:58:34 +00:00
Filename:SINK
Lbl 1
0->A~Z
ClrText
"1. New game [SINK]2. Continue last game3. Stats 4. Quit"
?->A
If A=1
Then Prog "SINK-NG"
Goto 1
IfEnd
If A=2
Then Prog "SINK-LG"
Goto 1
IfEnd
If A=3
Then Prog "SINK-STA"
Goto 1
IfEnd
If A=4
Then ClrText
Stop
IfEnd
Goto 1