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,e5fae12a81834f90 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-02-26 03:34:06 PST Path: supernews.google.com!sn-xit-03!supernews.com!freenix!fr.clara.net!heighliner.fr.clara.net!news.tele.dk!195.27.83.146!news-FFM2.ecrc.net!news.iks-jena.de!lutz From: lutz@iks-jena.de (Lutz Donnerhacke) Newsgroups: comp.lang.ada Subject: Re: AdaYY wish list from current projects Date: 26 Feb 2001 11:22:58 GMT Organization: IKS GmbH Jena Distribution: world Message-ID: References: <96ulad$r9e$1@belenus.iks-jena.de> <87u25nnfer.fsf@deneb.enyo.de> <87elwp3fw4.fsf@deneb.enyo.de> <87lmqx1p47.fsf@deneb.enyo.de> <87zofdzbii.fsf@deneb.enyo.de> <87d7c9z7yg.fsf@deneb.enyo.de> <87wvahxqf1.fsf@deneb.enyo.de> NNTP-Posting-Host: taranis.iks-jena.de Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: slrn/0.9.6.3 (Linux) Xref: supernews.google.com comp.lang.ada:5534 Date: 2001-02-26T11:22:58+00:00 List-Id: * Florian Weimer wrote: >lutz@iks-jena.de (Lutz Donnerhacke) writes: >[record discriminants] >> >If there's a default expression, you can write 'ex : psring;'. >> >> If there would exists a default expression, ex.len would always be equal to >> it. > >No, it wouldn't, Tested and found, that the initialization code will overwrite the given value with the default expression unless I use pragma Import.