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,1cf653444208df72 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-10-06 17:20:14 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!pln-w!spln!dex!extra.newsguy.com!newsp.newsguy.com!drn From: mike@nospam Newsgroups: comp.lang.ada Subject: Re: ada vs. cpp Date: 6 Oct 2001 16:48:33 -0700 Organization: Newsguy News Service [http://newsguy.com] Message-ID: <9po58h050c@drn.newsguy.com> References: <9phnic$9g5$1@nh.pace.co.uk> <5fkv7.134136$w7.19988807@news02.optonline.net> <851op9.a05.ln@leia> NNTP-Posting-Host: p-315.newsdawg.com X-Newsreader: Direct Read News 2.90 Xref: archiver1.google.com comp.lang.ada:13841 Date: 2001-10-06T16:48:33-07:00 List-Id: In article <851op9.a05.ln@leia>, Frode says... > >On Saturday 06 October 2001 11:15 Pascal Obry wrote: > >[snip] > >> V2 : constant String := V1 (Arg) & '-' & V1 (Code); >> >> This is not theory, I have used these kinds of code many many times. >> And again I don't see how we could have a better readability ! > >V2 : constant String := "zzz-0123"; > >? ;-) > You are missing the whole point.