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=2.2 required=5.0 tests=BAYES_00,FROM_WORDY, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,6c373417187a0709 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-02-25 15:00:03 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.ems.psu.edu!news.cis.ohio-state.edu!news.maxwell.syr.edu!feed2.news.rcn.net!feed1.news.rcn.net!rcn!not-for-mail From: "Frank J. Lhota" Newsgroups: comp.lang.ada Subject: Re: bit shift Date: Mon, 25 Feb 2002 17:59:35 -0500 Message-ID: References: <3c7a442c$1@pull.gecm.com> <3C7A5391.60206@worldnet.att.net> Reply-To: "Frank J. Lhota" X-Trace: UmFuZG9tSVbOqYs++xyJIRF/QDsRHe51Bt2+08FUog9CJoFrALCx4B2BTjR6oLrX X-Complaints-To: abuse@rcn.com NNTP-Posting-Date: 25 Feb 2002 22:59:22 GMT X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Priority: 3 X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MSMail-Priority: Normal Xref: archiver1.google.com comp.lang.ada:20406 Date: 2002-02-25T22:59:22+00:00 List-Id: "Jim Rogers" wrote in message news:3C7A5391.60206@worldnet.att.net... > Look in the package Interfaces. > That package contains the functions > Shift_Left > Shift_Right > Shift_Right_Arithmetic > Rotate_Left > Rotate_Right Yes, but Interfaces was added in 95. The sad fact is that modular types, bitwise operations, and shifts were not part of the Ada 83 definition.