Loops/For with a specified step: Difference between revisions

Content added Content deleted
m (→‎{{header|REXX}}: added whitespace. -- ~~~~)
Line 420: Line 420:
=={{header|LabVIEW}}==
=={{header|LabVIEW}}==
{{VI solution|LabVIEW_Loops_For_with_a_specified_step.png}}
{{VI solution|LabVIEW_Loops_For_with_a_specified_step.png}}

=={{header|Lang5}}==
<lang lang5>: <range> over iota swap * rot + tuck swap <= select ; : tuck swap over ;
: >>say.(*) . ;
1 10 2 <range> >>say.</lang>

=={{header|Liberty BASIC}}==
=={{header|Liberty BASIC}}==
<lang lb>
<lang lb>