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,b5ab7c96b188b59e X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-01-15 12:35:18 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!newsfeed.mathworks.com!nntp.TheWorld.com!not-for-mail From: Robert A Duff Newsgroups: comp.lang.ada Subject: Re: The "()" operator revisited. Date: 15 Jan 2004 15:35:14 -0500 Organization: The World Public Access UNIX, Brookline, MA Message-ID: References: NNTP-Posting-Host: pip1-5.std.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: pcls4.std.com 1074198914 21279 192.74.137.185 (15 Jan 2004 20:35:14 GMT) X-Complaints-To: abuse@TheWorld.com NNTP-Posting-Date: Thu, 15 Jan 2004 20:35:14 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Xref: archiver1.google.com comp.lang.ada:4445 Date: 2004-01-15T15:35:14-05:00 List-Id: tmoran@acm.org writes: > >control is split between Finalize and Adjust) because it's sometimes > >convenient to get your hands on both sides of the assignment at the same > >time. > More than with a Self pointer available to Adjust? I'm not sure what you mean by that. Adjust gets control after the (old) left-hand side has been finalized. So, for example, how could ":=" reuse the space of the LHS? Also, what if you want the whole ":=" to be locked, rather than just part of it? - Bob