Daniel Berlin <dan@www.cgsoftware.com> writes: If this is supposed to be C... > Simplifications for ~ and !: > > ! ! j j !!j is not j, it is j?1:0. > Simplifications for && (with control flow) > > j && 1 j j?1:0 again > 1 && j j Same. -Andi