Jump to content

Loops/For with a specified step: Difference between revisions

(added swift)
Line 1,079:
Disp i
EndFor</lang>
 
=={{header|TorqueScript}}==
 
<lang TorqueScript>for(%i = 0; %i < 201; %i += 2)
{
echo(%i);
}</lang>
 
=={{header|TUSCRIPT}}==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.