Loops/While: Difference between revisions

Add LabVIEW
(Add LabVIEW)
Line 436:
1024 [] [dup putln 2 /] while.</lang>
 
=={{header|LabVIEW}}==
Use Round Towards -Inf to prevent the integer becoming a float.<br/>{{VI snippet}}<br/>
[[File:LabVIEW_Loops_While.png]]
=={{header|Liberty BASIC}}==
All integers are changed to floats if an operation creates a non-integer result.
Line 447 ⟶ 450:
end
</lang>
 
=={{header|Lisaac}}==
<lang Lisaac>+ i : INTEGER;