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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,c7d533acec91ae16 X-Google-Attributes: gid103376,public From: bill@nospam.com Subject: Re: Question for the folks who designed Ada95 Date: 1999/04/27 Message-ID: <7g4gjk$luq@drn.newsguy.com>#1/1 X-Deja-AN: 471486083 References: <7g2qu4$ca4$1@usenet.rational.com> <7g3b5g$p92$1@nnrp1.dejanews.com> <7g4ae3$hjh2@ftp.kvaerner.com> Organization: Newsguy News Service [http://www.newsguy.com] Newsgroups: comp.lang.ada Date: 1999-04-27T00:00:00+00:00 List-Id: In article <7g4ae3$hjh2@ftp.kvaerner.com>, "Tarjei says... > >While you are at it, why not get us [ and ] for arrays (in addtion to, not >instead of parenthesises). I really want to write a[4] := 3 instead of a(4) := >3. good point. since we are making changes, can I have this change also: how about adding "()" to function and procedure calls, even though there are no parameters being passed? I find it more clear to see pkg.foo(); instead of pkg.foo; where foo is a procedure or function that takes no args. becuase if I see () next to the name, I know the name is a function or procedure, instead of just a variable. please please, can we make this change in Ada 200X ? Bill.