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,ae9506fd4dcf7090 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-10-22 05:20:24 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!canoe.uoregon.edu!arclight.uoregon.edu!wn13feed!wn11feed!worldnet.att.net!204.71.34.3!newsfeed.cwix.com!newsfeed.vmunix.org!newsfeed01.sul.t-online.de!newsfeed00.sul.t-online.de!t-online.de!news1.dtag.de!RRZ.Uni-Koeln.DE!uni-duisburg.de!not-for-mail From: Georg Bauhaus Newsgroups: comp.lang.ada Subject: Re: Concatenation and Characters Date: Tue, 22 Oct 2002 12:05:27 +0000 (UTC) Organization: GMUGHDU Message-ID: References: <3ZTs9.1528$Bd4.11780@dfw-service2.ext.raytheon.com> NNTP-Posting-Host: l1-hrz.uni-duisburg.de X-Trace: a1-hrz.uni-duisburg.de 1035288327 3938 134.91.1.34 (22 Oct 2002 12:05:27 GMT) X-Complaints-To: usenet@news.uni-duisburg.de NNTP-Posting-Date: Tue, 22 Oct 2002 12:05:27 +0000 (UTC) User-Agent: tin/1.5.8-20010221 ("Blue Water") (UNIX) (HP-UX/B.11.00 (9000/800)) Xref: archiver1.google.com comp.lang.ada:30023 Date: 2002-10-22T12:05:27+00:00 List-Id: Dmitry A.Kazakov wrote: : Secondly, your example refers to program semantics, not syntax. Semantics : cannot be checked or verified neither formally nor by a human being. Hmmm.... Wasn't there something in SPARK... : One of : good ideas of Ada design as I see it, was to *syntactically* mark the : constructs which are potentially dangerous, make them visible for both who : writes and who reads the program. o.K. it is not built into the language, but a syntactically valid subprogram a la procedure fill(bowl: out glass; filled: out boolean); does inform readers about a potentially unsatisfying dring? -- georg