uses console
int i
for i = 1 to 10
print str(i);
if i mod 5 = 0 then
printl
continue for
end if
print ", ";
next
printl cr "Enter ..."
waitkey