Scripting|libcore: Early termination for "and" and "or" operators
Like in C, the "and" or "or" operators will not evaluate the rightoperand at all if it is clear that its result will not affect theend result of the evaluation.
View differences
Scripting|libcore: Early termination for "and" and "or" operators
Like in C, the "and" or "or" operators will not evaluate the right
operand at all if it is clear that its result will not affect the
end result of the evaluation.