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
18
Task/Multiplication-tables/Axe/multiplication-tables.axe
Normal file
18
Task/Multiplication-tables/Axe/multiplication-tables.axe
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
Fix 5
|
||||
ClrDraw
|
||||
For(I,1,10)
|
||||
Text(I-1*9,0,I▶Dec)
|
||||
Text(91,I*7+1,I▶Dec)
|
||||
End
|
||||
|
||||
For(J,1,8)
|
||||
For(I,J,10)
|
||||
Text(I-1*9,J*7+1,I*J▶Dec)
|
||||
End
|
||||
End
|
||||
|
||||
HLine(7)
|
||||
VLine(89)
|
||||
DispGraph
|
||||
getKeyʳ
|
||||
Fix 4
|
||||
Loading…
Add table
Add a link
Reference in a new issue