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,7a2d45f282a1da1c X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-09-03 13:48:37 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!kibo.news.demon.net!news.demon.co.uk!demon!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: float with 24-bit resolution Date: 03 Sep 2003 21:46:59 +0100 Organization: Pushface Sender: simon@smaug.pushface.org Message-ID: References: <3F3CCB0F.543478AF@adrianhoe.nospam.com.my> <3f405ef4$1_1@news.tm.net.my> <3f54bf19_1@news.tm.net.my> NNTP-Posting-Host: pogner.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: news.demon.co.uk 1062622116 24191 62.49.19.209 (3 Sep 2003 20:48:36 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Wed, 3 Sep 2003 20:48:36 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 Xref: archiver1.google.com comp.lang.ada:42116 Date: 2003-09-03T21:46:59+01:00 List-Id: Matthew Heaney writes: > Null_Object : T := null; > I find the latter convention confusing, because it suggests that if > the initialization part were omitted, then the object wouldn't be > initialized. But that would be incorrect. What it says to me is that the programmer isn't all that used to the language; so I go on newbie alert (painful)