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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,2104a7a088811513,start X-Google-Attributes: gid103376,public From: "." Subject: [Q] Renaming negation operator in Ada 83 Date: 1999/04/22 Message-ID: #1/1 X-Deja-AN: 469652060 X-Orig-Message-ID: <7fnpcc$rs7@library2.airnews.net> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 NNTP-Posting-Time: Thu Apr 22 13:22:05 1999 Organization: Airnews.net! at Internet America NNTP-Proxy-Relay: library2.iadfw.net Abuse-Reports-To: abuse at airmail.net to report improper postings Newsgroups: comp.lang.ada Date: 1999-04-22T00:00:00+00:00 List-Id: I can't find the answer to this in the LRM. I'd like to rename the negation operator (unary -) in order to avoid a 'use' clause. I can manage to rename the subtraction operator but I don't know how to do it with the negation operator. Can someone tell me how it can be done, if it can be done? TIA