Add tasks for all the new languages
This commit is contained in:
parent
9dc3c2bb62
commit
bba7bfd280
13208 changed files with 134745 additions and 0 deletions
15
Task/Menu/Axe/menu.axe
Normal file
15
Task/Menu/Axe/menu.axe
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
"FEE FIE"→Str1
|
||||
"HUFF AND PUFF"→Str2
|
||||
"MIRROR MIRROR"→Str3
|
||||
"TICK TOCK"→Str4
|
||||
For(I,1,4)
|
||||
Disp I▶Hex+3,":",strGet(Str1,I-1),i
|
||||
End
|
||||
Disp "NUMBER? "
|
||||
input→A
|
||||
{A}-'0'→N
|
||||
If N<1 or N>4
|
||||
Disp "BAD NUMBER",i
|
||||
Return
|
||||
End
|
||||
Disp strGet(Str1,N-1),i
|
||||
Loading…
Add table
Add a link
Reference in a new issue