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,1048aea26a740e29 X-Google-Attributes: gid103376,public From: Gautier Subject: Re: Bit operators Date: 2000/02/13 Message-ID: <38A5FAF7.97A9AA9A@maths.unine.ch>#1/1 X-Deja-AN: 585139584 Content-Transfer-Encoding: 7bit References: <884o85$jjv$1@news.fsu.edu> To: Joshua Grant X-Accept-Language: en Content-Type: text/plain; charset=us-ascii X-Trace: 13 Feb 2000 00:28:23 +0100, mac13-32.unine.ch MIME-Version: 1.0 Newsgroups: comp.lang.ada Date: 2000-02-13T00:00:00+00:00 List-Id: Joshua Grant: > Can anyone tell me if ADA has an equivalent set of functions for 'and' and > 'or'? The operators "and, "or", "xor" are available for modular types - e.g. for... type Byte is mod 2 ** 8; See also the Interfaces package (predef'd unsigned_*, shift operators) HTH -- Gautier _____\\________________\_______\_________ http://members.xoom.com/gdemont/gsoft.htm