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,1dd28d5040ded1f8 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-05-10 12:35:45 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: dennison@telepath.com (Ted Dennison) Newsgroups: comp.lang.ada Subject: Re: Announce: Grace project site operational Date: 10 May 2002 12:35:45 -0700 Organization: http://groups.google.com/ Message-ID: <4519e058.0205101135.7d59f4c8@posting.google.com> References: NNTP-Posting-Host: 65.115.221.98 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1021059345 29213 127.0.0.1 (10 May 2002 19:35:45 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 10 May 2002 19:35:45 GMT Xref: archiver1.google.com comp.lang.ada:23869 Date: 2002-05-10T19:35:45+00:00 List-Id: Dmitry A. Kazakov wrote in message news:... > We already have two different words for IS: "is" and ":=", "use" would > be a third one. (:-)) I always thought of ":=" as "gets" rather than "is". If it were "is", then A := 2; B := 10; A := B; Ought to pull some kind of exception. Perhaps something like "non_euclidian_geometry". :-)