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
19
Task/Substring/Axe/substring.axe
Normal file
19
Task/Substring/Axe/substring.axe
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
Lbl SUB1
|
||||
0→{r₁+r₂+r₃}
|
||||
r₁+r₂
|
||||
Return
|
||||
|
||||
Lbl SUB2
|
||||
r₁+r₂
|
||||
Return
|
||||
|
||||
Lbl SUB3
|
||||
0→{r₁+length(r₁)-1}
|
||||
r₁
|
||||
Return
|
||||
|
||||
Lbl SUB4
|
||||
inData(r₂,r₁)-1→I
|
||||
0→{r₁+I+r₃}
|
||||
r₁+I
|
||||
Return
|
||||
Loading…
Add table
Add a link
Reference in a new issue