aUCBLogo Demos and Tests / testarrays
to
testarrays
a
=
Array
2
for
[
i
1 2
]
[
a
.
i
=
Array
3
for
[
j
1 3
]
[
a
.
i
.
j
=
Array
4
for
[
k
1 4
]
[
a
.
i
.
j
.
k
=
i
*
100
+
j
*
10
+
k
]
]
]
pr
a
end