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,9e2776c05028676e X-Google-Attributes: gid103376,public From: Dale Stanbrough Subject: Re: Why Ada is not the Commercial Lang of Choice Date: 1997/06/18 Message-ID: <5o9eca$aoi$1@goanna.cs.rmit.edu.au>#1/1 X-Deja-AN: 249421044 Distribution: world References: <33A7FBFF.29D2@mitre.org> X-XXMessage-ID: Organization: Royal Melbourne Institute of Technology Newsgroups: comp.lang.ada Date: 1997-06-18T00:00:00+00:00 List-Id: Robert I. Eachus writes: " Wait a second here. The eqivalent Ada is: Mem_Map: Integer; for Mem_Map'Address use 16#B0100040#; begin Mem_Map := 16#00344556#;" We shouldn't of course forget the option of using underscores in numeric literals, which to my continual amazement, no other language that i know of has! E.g. Mem_Map: Integer; for Mem_Map'Address use 16#B010_0040#; begin Mem_Map := 16#0034_4556#;" This is such a simple feature, yet it improves readability no end. Dale