On Tue, Mar 18, 2008 at 5:39 AM, Kerim Aydin <[EMAIL PROTECTED]> wrote: > > On Mon, 17 Mar 2008, Ed Murphy wrote: > > A if not B = A or B > > Actually, its A xor B. ~(A xor B) = (A & B) | !(A & B)
~(A xor B) = (A & B) | (~A & ~B) = (A & B) | ~(A | B) > It hinges on whether do "Do X instead of Y" is imperative (what is required > if you never intended to do Y in the first place?) Then OKAY is impossible and NO WAY is trivial. -root