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=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: "Jeffrey R. Carter" Newsgroups: comp.lang.ada Subject: Re: Community Input for the Maintenance and Revision of the Ada Programming Language Date: Mon, 2 Oct 2017 15:54:30 +0200 Organization: Also freenews.netfront.net; news.tornevall.net; news.eternal-september.org Message-ID: References: <325cf1db-bd9e-4f58-a07b-f297960df269@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Mon, 2 Oct 2017 13:54:52 -0000 (UTC) Injection-Info: reader02.eternal-september.org; posting-host="1d37be0cc5b44c4a46ba14d1337f337f"; logging-data="19100"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+S3tjLAcvP7rGj4naz/94k2eXUwYHHFGs=" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 In-Reply-To: <325cf1db-bd9e-4f58-a07b-f297960df269@googlegroups.com> Content-Language: en-US Cancel-Lock: sha1:b50oKnn8O+VEEhPTFQNzpc62hxw= Xref: news.eternal-september.org comp.lang.ada:48273 Date: 2017-10-02T15:54:30+02:00 List-Id: On 10/02/2017 12:06 PM, reinert wrote: > t1,t2 : time; > begin > t1 := Clock + 10.0; > t2 := Clock + 20.0; > > -- if t1 < Clock and Clock < t2 then -- this function > if Clock in t1 .. t2 then -- this dows *not* function What do you mean by "function"? -- Jeff Carter "He that hath no beard is less than a man." Much Ado About Nothing 132