7 lines
59 B
Text
7 lines
59 B
Text
|
|
n = 0
|
||
|
|
do
|
||
|
|
{
|
||
|
|
n = n + 1
|
||
|
|
println[n]
|
||
|
|
} while n mod 6 != 0
|