Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!rutgers!topaz.rutgers.edu!ron From: ron@topaz.rutgers.edu (Ron Natalie) Newsgroups: comp.unix.wizards Subject: Re: indent bug Message-ID: <16589@topaz.rutgers.edu> Date: Wed, 18-Nov-87 18:34:56 EST Article-I.D.: topaz.16589 Posted: Wed Nov 18 18:34:56 1987 Date-Received: Sat, 21-Nov-87 10:37:07 EST References: <10266@brl-adm.ARPA> <707@calma.uucp> Organization: Rutgers Univ., New Brunswick, N.J. Lines: 11 Guess again, unary operators are not subject to being applied to assignment operators hence... !=, ~=, -=, &=, *= do not refer to assigning with any of the unary not, complement, negate, address-of, or indirection operation. Some of those (~=) are invalid. != means something completly different. And the rest use their context as a binary operator. -Ron