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