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,c3a7c1845ec5caf9 X-Google-Attributes: gid103376,public From: brashear@ns1.sw-eng.falls-church.va.us (Philip Brashear) Subject: Re: Equality operator overloading in ADA 83 Date: 1997/04/22 Message-ID: <5jjat5$6vt@ns1.sw-eng.falls-church.va.us>#1/1 X-Deja-AN: 236765196 References: <01bc4e9b$ac0e7fa0$72041dc2@lightning> Organization: None Newsgroups: comp.lang.ada Date: 1997-04-22T00:00:00+00:00 List-Id: It appears that the original poster missed the significance of the term "equality operator". As the error message indicated, his "Equal" is not an equality operator. An equality operator is designated by the symbol "=". The "Equal" function might be an equality operatION, but it's not an equality operatOR. (The operatORs are all given by special symbols and names: "=", "<", ">", "<=", ">=", "/=", "not", "or", "and", "+", "-", etc. ) Phil Brashear Currently between jobs