??? 06/01/12 17:43 Read: times |
#187600 - me too Responding to: ???'s previous message |
Justin Fontes said:
Per said:
An expression with multiple || will (and must) end evaluation on first true.
An expression with multiple && will (and must) end evaluation on first false. Completely true. This is called Short-circuit evaluation and details can be found here: http://en.wikipedia.org/wiki/Shor...evaluation Pretty good for being able to point to this out, Per. Excellent, thanks for the clear explanation. -a |