for i = 1 to 10 print str$(i); if mod(i, 5) = 0 then print continue end if print ", "; next print end