for i=1 to 10 do printf(1,"%d", i) if remainder(i,5)=0 then printf(1, "\n") continue end if printf(1,", ") end for {} = wait_key()