http://qs1969.pair.com?node_id=11127991


in reply to Re^4: Situation where warning "Found = in conditional, should be" seems obsolete (documentation - C terminology)
in thread Situation where warning "Found = in conditional, should be" seems obsolete

Do '&&' and '||' short-circuit in C?

>>if returns a value like the operand and

Ye, I was surprised, when if returned the result of its conditional (because it was false) and didn't proceeded to a sencence! (The long discussion about this finding was here: printing unitialized value of the 'do BLOCK')