A-M baby
This commit is contained in:
parent
764da6cbbb
commit
db842d013d
19005 changed files with 197040 additions and 7 deletions
4
Task/Loops-Nested/Icon/loops-nested-2.icon
Normal file
4
Task/Loops-Nested/Icon/loops-nested-2.icon
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
every x := L[i := 1 to *L,1 to *L[i]] do
|
||||
if x = 20 then break write("L[",i,",",j,"]=20") # more succinctly
|
||||
|
||||
every if !!L = 20 then break write("Found !!L=20") # even more so (but looses the values of i and j
|
||||
Loading…
Add table
Add a link
Reference in a new issue