Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utcs!mnetor!seismo!umcp-cs!chris From: chris@umcp-cs.UUCP Newsgroups: net.lang.c Subject: Re: <- Message-ID: <2365@umcp-cs.UUCP> Date: Sat, 12-Jul-86 02:02:42 EDT Article-I.D.: umcp-cs.2365 Posted: Sat Jul 12 02:02:42 1986 Date-Received: Sat, 12-Jul-86 07:21:31 EDT References: <5282@topaz.RUTGERS.EDU> <1631@mmintl.UUCP> Reply-To: chris@maryland.UUCP (Chris Torek) Organization: University of Maryland, Dept. of Computer Sci. Lines: 23 >In article <5282@topaz.RUTGERS.EDU> gaynor@topaz.UUCP writes: >>ASSIGNMENT <- In article <1631@mmintl.UUCP> franka@mmintl.UUCP (Frank Adams) replies: >The problem is that "<-" is a legal sequence of operators. Consider >"if (x<-1) { ...}". DIVISION / INDIRECTION * The problem is that /* is a legal sequence of operators. Consider int r, i, *ip; r = i/*p; As usual, if there is some kind of ambiguity, pick a disambiguator. (This is not intended to imply that I think `<-' is a good assignment operator. On the other hand, the preceding sentence is not intended to imply that I think `<-' is a bad assignment operator.) -- In-Real-Life: Chris Torek, Univ of MD Comp Sci Dept (+1 301 454 1516) UUCP: seismo!umcp-cs!chris CSNet: chris@umcp-cs ARPA: chris@mimsy.umd.edu