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!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: CONSTRAINT ERROR? access check failed Date: Thu, 01 Mar 2018 08:30:16 +0000 Organization: A noiseless patient Spider Message-ID: References: <39fc7bbf-77e8-4342-9af7-68cb5e9acb8a@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: reader02.eternal-september.org; posting-host="4cc54f234a1bf931e5c37fdebf83263c"; logging-data="2078"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18IuJAtLlBchGj3NlCwLbwbFar2W3nViQw=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (darwin) Cancel-Lock: sha1:pZ+V5QCVcmCMqk8AeBWt0oS5dC0= sha1:gQoU7ypyV8wOk+dkdkPc03hldyU= Xref: reader02.eternal-september.org comp.lang.ada:50736 Date: 2018-03-01T08:30:16+00:00 List-Id: Mehdi Saada <00120260a@gmail.com> writes: > while TEMP.NEXT /= null and TEMP.NEXT.NUM < NUMBER loop I think you mean "and then" (as it is, both sides of the "and" are evaluated).