March 2014 update
This commit is contained in:
parent
09687c4926
commit
a25938f123
1846 changed files with 21876 additions and 5203 deletions
17
Task/Menu/TI-83-BASIC/menu.ti-83
Normal file
17
Task/Menu/TI-83-BASIC/menu.ti-83
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
PROGRAM:MENU
|
||||
:"FEE FIE"→Str0
|
||||
:"HUFF AND PUFF"→Str1
|
||||
:"MIRROR MIRROR"→Str2
|
||||
:"TICK TOCK"→Str3
|
||||
:Menu("CHOOSE",Str0,A,Str1,B,Str2,C,Str3,D)
|
||||
:Lbl A
|
||||
:Disp Str0
|
||||
:Stop
|
||||
:Lbl B
|
||||
:Disp Str1
|
||||
:Stop
|
||||
:Lbl C
|
||||
:Disp Str2
|
||||
:Stop
|
||||
:Lbl D
|
||||
:Disp Str3
|
||||
Loading…
Add table
Add a link
Reference in a new issue