Jump to content

Short-circuit evaluation: Difference between revisions

m
→‎{{header|PureBasic}}: some cleanup in the formating
(+Icon)
m (→‎{{header|PureBasic}}: some cleanup in the formating)
Line 46:
x= a(a) And b(b)
PrintN("Calculating: x = a("+Str(a)+") Or b("+Str(b)+")")
y= a(a) Or b(b)
Next
Next
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.