7 lines
99 B
Text
7 lines
99 B
Text
v=0
|
|
while %T
|
|
v=v+1
|
|
printf("%2d ",v)
|
|
if modulo(v,6)==0 then break; end
|
|
end
|
|
printf("\n")
|