5 lines
66 B
Text
5 lines
66 B
Text
i = 0
|
|
[start]
|
|
i = i +1
|
|
print i; " ";
|
|
if i mod 6 <> 0 then [start]
|