5 lines
76 B
Text
5 lines
76 B
Text
|
|
repeat while n mod 6 is not 0 or n is 0
|
||
|
|
add 1 to n
|
||
|
|
put n
|
||
|
|
end repeat
|