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=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,25aa3c7e1b59f7b5 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-01-20 00:59:22 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.cwix.com!newsfeed1.cidera.com!Cidera!cyclone1.gnilink.net!spamfinder.gnilink.net!nwrddc02.gnilink.net.POSTED!53ab2750!not-for-mail Message-ID: <3C4A8774.9020808@mail.com> From: Hyman Rosen User-Agent: Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:0.9.7+) Gecko/20010929 X-Accept-Language: en-us MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: A case where Ada defaults to unsafe? References: <3C34BF2C.6030500@mail.com> <3C34D252.4070307@mail.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Date: Sun, 20 Jan 2002 08:59:20 GMT NNTP-Posting-Host: 162.83.247.30 X-Complaints-To: business-support@verizon.com X-Trace: nwrddc02.gnilink.net 1011517160 162.83.247.30 (Sun, 20 Jan 2002 03:59:20 EST) NNTP-Posting-Date: Sun, 20 Jan 2002 03:59:20 EST Xref: archiver1.google.com comp.lang.ada:19117 Date: 2002-01-20T08:59:20+00:00 List-Id: Matthieu Moy wrote: > But in Java, which is supposed to look like C++, | and & are what > Frank said they were. That may be the origin of the mistake. Huh? In Java, &, |, &&, and || work just like they do in C (except that Java defines order of evaluation).