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,f51e93dacd9c7fca X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-06-18 15:42:15 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!wn1feed!worldnet.att.net!204.127.198.204!attbi_feed4!attbi.com!rwcrnsc51.ops.asp.att.net.POSTED!not-for-mail From: Ed Falis Newsgroups: comp.lang.ada Subject: Re: status of Ada STL? Message-ID: <20020618184243.22f22a80.efalis@attbi.com> References: <3D0D18D5.2020601@telepath.com> <4519e058.0206170611.260a3951@posting.google.com> <3d0fb5e9$1_3@news.bluewin.ch> X-Newsreader: Sylpheed version 0.7.8 (GTK+ 1.2.10; i386-debian-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit NNTP-Posting-Host: 24.60.128.22 X-Complaints-To: abuse@attbi.com X-Trace: rwcrnsc51.ops.asp.att.net 1024440134 24.60.128.22 (Tue, 18 Jun 2002 22:42:14 GMT) NNTP-Posting-Date: Tue, 18 Jun 2002 22:42:14 GMT Organization: AT&T Broadband Date: Tue, 18 Jun 2002 22:42:14 GMT Xref: archiver1.google.com comp.lang.ada:26318 Date: 2002-06-18T22:42:14+00:00 List-Id: On Wed, 19 Jun 2002 00:36:21 +0200 Vinzent Hoefler wrote: > 18k11tm001@sneakemail.com (Russ) wrote: > >my_very_descriptive_variable += 1 > > > >Or do you prefer > > > >my_very_descriptive_variable := my_very_descriptive_variable + 1; The question is why such a verbose variable name in the first place? Because you use huge subprograms? - Ed