8 lines
61 B
Text
8 lines
61 B
Text
i = 0
|
|
|
|
do
|
|
i += 1
|
|
print i; " ";
|
|
until i mod 6 = 0
|
|
print
|
|
end
|