4 lines
39 B
Text
4 lines
39 B
Text
|
|
for i from 2 to 8 by 2 do
|
||
|
|
i;
|
||
|
|
end do;
|