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-Thread: 103376,bd28f16b863c1f57 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news.glorb.com!cyclone1.gnilink.net!spamkiller2.gnilink.net!gnilink.net!trndny06.POSTED!0f19ed38!not-for-mail From: "Frank J. Lhota" Newsgroups: comp.lang.ada References: Subject: Re: function "and" X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-RFC2646: Format=Flowed; Response Message-ID: <5wC8d.207$Ua.184@trndny06> Date: Tue, 05 Oct 2004 19:22:41 GMT NNTP-Posting-Host: 141.154.230.214 X-Complaints-To: abuse@verizon.net X-Trace: trndny06 1097004161 141.154.230.214 (Tue, 05 Oct 2004 15:22:41 EDT) NNTP-Posting-Date: Tue, 05 Oct 2004 15:22:41 EDT Xref: g2news1.google.com comp.lang.ada:4743 Date: 2004-10-05T19:22:41+00:00 List-Id: "Rick Santa-Cruz" wrote in message news:cjuqtc$pka$02$1@news.t-online.com... > Hi, > > if I wanna overload the operator "and" then why I have to use quotes? > Are there other cases when I have to use quotes? Ada uses quotes like this for overlaoding operators. Other operators that can be overloaded are "<", "*", "not" and "=". > Thanks in advance, > Rick >