Conditional structures: Difference between revisions

m
mNo edit summary
Line 2,447:
 
=={{header|Julia}}==
Note: this documentation is mostly copied from the Julia 0.6.0 documentation, as found at: https://docs.julialang.org/en/stable/manual/control-flow/#man-conditional-evaluation-1
<h3>Conditional Evaluation</h3>
<lang Julia>
Line 2,486 ⟶ 2,487:
In the expression <code>a || b</code>, the subexpression b is only evaluated if a evaluates to false.
</p>
 
=={{header|Kotlin}}==
<lang scala>// version 1.0.6
4,108

edits