6 lines
55 B
Text
6 lines
55 B
Text
|
|
a = 0
|
||
|
|
do
|
||
|
|
a = a + 1
|
||
|
|
print a
|
||
|
|
loop while a mod 6 <> 0
|