for loop cleanup
This commit is contained in:
parent
a24c24776b
commit
8876cd5a7c
|
@ -65,8 +65,8 @@
|
|||
|
||||
for i=1:1:6 do
|
||||
. for j=1:1:7 do
|
||||
.. write september(i,j)," "
|
||||
.. if j=7 write "",!
|
||||
. . write september(i,j)," "
|
||||
. . if j=7 write "",!
|
||||
|
||||
; array as a tree
|
||||
|
||||
|
|
|
@ -68,8 +68,8 @@
|
|||
|
||||
f i=1:1:6 d
|
||||
. f j=1:1:7 d
|
||||
.. w september(i,j)," "
|
||||
.. i j=7 w "",!
|
||||
. . w september(i,j)," "
|
||||
. . i j=7 w "",!
|
||||
|
||||
; array as a tree
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
for i=1:1:2 do
|
||||
. for j=1:1:5 do
|
||||
.. write i,":",j," Hello world",!
|
||||
. . write i,":",j," Hello world",!
|
||||
|
|
Loading…
Reference in New Issue