mindstalk: (Default)
mindstalk ([personal profile] mindstalk) wrote in [personal profile] jducoeur 2019-07-21 06:17 am (UTC)

> maybe A && B doesn't get evaluated in that order.

Depends on the language, but part of the point of C && is that it is order-dependent, as you said in your earlier post. If A is false, B isn't evaluated. Short-circuit evaluation.

Post a comment in response:

(will be screened)
(will be screened if not validated)
If you don't have an account you can create one now.
HTML doesn't work in the subject.
More info about formatting