5 lines
80 B
Text
5 lines
80 B
Text
n = 0
|
|
While True
|
|
n++ See n + nl
|
|
if n % 6 = 0 exit ok
|
|
end
|