Data update
This commit is contained in:
parent
4d5544505c
commit
4924dd0264
3073 changed files with 55820 additions and 4408 deletions
4
Task/Loops-For/TAV/loops-for-1.tav
Normal file
4
Task/Loops-For/TAV/loops-for-1.tav
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
?# i =: from 1 upto 5
|
||||
?# j =: from 1 upto i
|
||||
print '*' nonl
|
||||
print ''
|
||||
2
Task/Loops-For/TAV/loops-for-2.tav
Normal file
2
Task/Loops-For/TAV/loops-for-2.tav
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
?# i =: from 1 upto 5
|
||||
print string '*' times i
|
||||
4
Task/Loops-For/TAV/loops-for-3.tav
Normal file
4
Task/Loops-For/TAV/loops-for-3.tav
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
?# i =: from 0 upto 5
|
||||
?# j =: from 1 upto i
|
||||
print j nonl
|
||||
print ''
|
||||
Loading…
Add table
Add a link
Reference in a new issue