Jump to content

Loops/Continue: Difference between revisions

m
Simplified the C3 example.
(Add C3)
m (Simplified the C3 example.)
Line 555:
<syntaxhighlight lang="c3">for (int i = 1; i <= 10; i++)
{
io::printfprint("%d", i);
if (i % 5 == 0)
{
38

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.