Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
14
Task/Loops-Nested/M2000-Interpreter/loops-nested.m2000
Normal file
14
Task/Loops-Nested/M2000-Interpreter/loops-nested.m2000
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
Module Checkit {
|
||||
Dim A(10,10)<<Random(1, 20)
|
||||
For k=1 to 2 {
|
||||
For i=0 to 9 {
|
||||
For j=0 to 9 {
|
||||
Print A(i,j)
|
||||
if A(i,j)=20 then goto there
|
||||
}
|
||||
}
|
||||
there:
|
||||
Print "...ok", k
|
||||
}
|
||||
}
|
||||
Checkit
|
||||
Loading…
Add table
Add a link
Reference in a new issue