Jump to content

Loops/For with a specified step: Difference between revisions

Added what I think Vorpal should be
(add JavaScript)
(Added what I think Vorpal should be)
Line 326:
}
</lang>
=={{header|Vorpal}}==
<lang vorpal>for(i = 2, i <= 8, i = i + 2){
i.print()
}</lang>
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.