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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,bd4e40454c63169a X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-02-06 07:19:44 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: dennison@telepath.com (Ted Dennison) Newsgroups: comp.lang.ada Subject: Re: ARM (was: Re: How to convert characters in a string into integers ?) Date: 6 Feb 2002 07:19:44 -0800 Organization: http://groups.google.com/ Message-ID: <4519e058.0202060719.79c07874@posting.google.com> References: <3C5F3817.AE9080FA@acm.org> NNTP-Posting-Host: 65.115.221.98 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1013008784 2756 127.0.0.1 (6 Feb 2002 15:19:44 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 6 Feb 2002 15:19:44 GMT Xref: archiver1.google.com comp.lang.ada:19669 Date: 2002-02-06T15:19:44+00:00 List-Id: "Marin David Condic" wrote in message news:... > I don't have my Ada83 reference manual handy, but IIRC, it said "Language > Reference Manual" on the cover somewhere in the title. I think that's why > "LRM" got started - maybe someone with a hardcopy handy can check? Anyway, > "Jeffrey Carter" wrote in message > news:3C5F3817.AE9080FA@acm.org... > > > > Every page of ANSI/MIL-STD 1815A (the Ada-83 RM) has "ARM" at the top. > > It meant "Ada Reference Manual" then and it still does. LRM? Could refer > > to any language. > > I do. The cover reads: "REFERENCE MANUAL FOR THE Ada(R) PROGRAMMING LANGUAGE" (Note the one word that isn't all caps :-) ). The only phrase that seems to appear on every (actually, every *other*) page is: "ANSI/MIL-STD-1815A Ada Reference Manual" A proper acronym for that would probably be something like: "A/MARM" :-) -- T.E.D. Home - mailto:dennison@telepath.com (Yahoo: Ted_Dennison) Homepage - http://www.telepath.com/dennison/Ted/TED.html To know recursion, you must first know recursion.