From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.4 required=5.0 tests=AC_FROM_MANY_DOTS,BAYES_00 autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,3b9cb18e1220c16c X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-11-08 09:06:02 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.ems.psu.edu!news.litech.org!newsfeed.wirehub.nl!newsfeed.news2me.com!cyclone1.gnilink.net!spamfinder.gnilink.net!nwrddc04.gnilink.net.POSTED!53ab2750!not-for-mail From: "Frank J. Lhota" Newsgroups: comp.lang.ada References: <3DC93F8B.9E28FD15@mmm.com> <4519e058.0211070658.20c730a4@posting.google.com> <6Fvy9.9944$su6.7542@nwrddc03.gnilink.net> <3DCAEFF2.3340992@mmm.com> Subject: Re: Where did /= come from? X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Message-ID: Date: Fri, 08 Nov 2002 17:06:01 GMT NNTP-Posting-Host: 141.157.176.36 X-Complaints-To: abuse@verizon.net X-Trace: nwrddc04.gnilink.net 1036775161 141.157.176.36 (Fri, 08 Nov 2002 12:06:01 EST) NNTP-Posting-Date: Fri, 08 Nov 2002 12:06:01 EST Xref: archiver1.google.com comp.lang.ada:30598 Date: 2002-11-08T17:06:01+00:00 List-Id: Maybe this is why C / C++ programmers dislike the ":=" symbol for assignment. They are bound to think that a := b is equivalent to a = (a) : (b) and the right hand side is missing the "cond ?" prefix.