Loops/Continue: Difference between revisions

m
Line 879:
 
=={{header|Lingo}}==
<lang lingo>onstr foo= ()""
repeat with i = 1 to 10
str = ""
repeat withput i = 1 toafter 10str
if i putmod i5 = after0 strthen
ifput iRETURN modafter 5 = 0 thenstr
next repeat
put RETURN after str
end repeatif
next repeat
put ", end" ifafter str
end repeat
put ", " after str
endput str</lang>
end repeat
put str
end</lang>
 
=={{header|Lisaac}}==
Anonymous user