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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,54889de51045a215 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-10-22 08:20:06 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!logbridge.uoregon.edu!msunews!not-for-mail From: "Chad R. Meiners" Newsgroups: comp.lang.ada Subject: Re: += in ada Date: Wed, 22 Oct 2003 11:17:09 -0400 Organization: Michigan State University Message-ID: References: NNTP-Posting-Host: arctic.cse.msu.edu X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Xref: archiver1.google.com comp.lang.ada:1427 Date: 2003-10-22T11:17:09-04:00 List-Id: "Preben Randhol" wrote in message news:slrnbpcecq.1pa.randhol+valid_for_reply_from_news@kiuk0156.chembio.ntnu.no... > On 2003-10-22, Russ <18k11tm001@sneakemail.com> wrote: > > By the way, am I the only one who noticed that the arrow is backward > > for this notation? The actual argument is getting put into the formal > > argument, not vice versa. > > > Set (Name => "Ada 95"); > > I read it as: Set Name's value as "Ada 95". I read it as: Set Name's value to "Ada 95". In latex \to is -> ;)