6 lines
66 B
Text
6 lines
66 B
Text
|
|
local n 0
|
||
|
|
while 1 {
|
||
|
|
di `++n'
|
||
|
|
if mod(`n',6)==0 continue, break
|
||
|
|
}
|