6 lines
63 B
Text
6 lines
63 B
Text
|
|
val = 0
|
||
|
|
do
|
||
|
|
{
|
||
|
|
Print(++val)
|
||
|
|
} while (val % 6 isnt 0)
|