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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.157.14.12 with SMTP id c12mr14341543otc.27.1471199172560; Sun, 14 Aug 2016 11:26:12 -0700 (PDT) X-Received: by 10.157.38.178 with SMTP id l47mr1128083otb.13.1471199172534; Sun, 14 Aug 2016 11:26:12 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!news.glorb.com!f6no9911201ith.0!news-out.google.com!d130ni35306ith.0!nntp.google.com!f6no9935449ith.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 14 Aug 2016 11:26:12 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=91.55.218.179; posting-account=rmHyLAoAAADSQmMWJF0a_815Fdd96RDf NNTP-Posting-Host: 91.55.218.179 References: <2cc97e17-313e-44b8-b335-8d5e815e925a@googlegroups.com> <4c49991e-9001-464f-afbb-3fcbf78e5656@googlegroups.com> <41b076f1-66b0-4142-8b91-0e717b6176c2@googlegroups.com> <7dd84caf-d094-4498-a6f1-91e275f09346@googlegroups.com> <0ae794b4-d8a1-4a03-823b-0e0fd770b44a@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <2c9a3cde-f845-4f2f-a78b-9337d326e3e1@googlegroups.com> Subject: Re: How to write "Hello" to a text file without a line terminator From: AdaMagica Injection-Date: Sun, 14 Aug 2016 18:26:12 +0000 Content-Type: text/plain; charset=UTF-8 Xref: news.eternal-september.org comp.lang.ada:31442 Date: 2016-08-14T11:26:12-07:00 List-Id: Am Sonntag, 14. August 2016 19:05:16 UTC+2 schrieb Jeffrey R. Carter: > In practice, a subtype S is definite if you can declare an object of the subtype > without adding any additional information: > > V : S: > > and indefinite otherwise. You're right, I was confused with respect to unconstrained vs. indefinit. The latter is quite impossible to read in general, except when you know beforehand what to read.