Loops/For with a specified step: Difference between revisions

Add LabVIEW
(→‎{{header|MATLAB}} / {{header|Octave}}: loops with step size different than 1)
(Add LabVIEW)
Line 394:
document.write(output);</lang>
 
=={{header|LabVIEW}}==
{{VI solution|LabVIEW_Loops_For_with_a_specified_step.png}}
=={{header|Liberty BASIC}}==
<lang lb>
Line 402 ⟶ 404:
end
</lang>
 
=={{header|Lisaac}}==