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=0.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,7f4d16c4ee371eb5 X-Google-Attributes: gid103376,public From: Florian Weimer Subject: Re: Why is it Called a Package? Date: 2000/03/29 Message-ID: <87u2hq857e.fsf@deneb.cygnus.argh.org>#1/1 X-Deja-AN: 603796065 References: <38DF7F38.8D656ABD@lmtas.lmco.com> <38DFB0BC.9FF72EFC@callnetuk.com> Mail-Copies-To: never Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@cygnus.argh.org X-Trace: deneb.cygnus.argh.org 954324133 19999 192.168.1.2 (29 Mar 2000 10:02:13 GMT) Organization: Penguin on board User-Agent: Gnus/5.0804 (Gnus v5.8.4) Emacs/20.6 Mime-Version: 1.0 Reply-To: Florian Weimer NNTP-Posting-Date: 29 Mar 2000 10:02:13 GMT Newsgroups: comp.lang.ada Date: 2000-03-29T10:02:13+00:00 List-Id: Robert A Duff writes: > FWIW, I don't like ".all" -- I prefer Pascal's "^". A missing or a surplus dereference operation can make a huge difference, and sometimes, both variants are legal Ada code. So it's probably better to have a clear mark for this, and "^" is perhaps too easily overlooked. Personally, I prefer U+2191 (UPWARDS ARROW) to ".all", but the former would involve a quite radical change. ;)