> see skip-out logic in expression evaluation a friend just whacked me for being obscure by using compiler and language geekery. sorry.
when evaluating A & B, if A is false, there is no sense evaluating B. A | B, if A is true, there is no sense evaluating B. this sometimes surprises new programmers when B is, for example, a function with side effects. randy _______________________________________________ sidr mailing list [email protected] https://www.ietf.org/mailman/listinfo/sidr
