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=-0.8 required=5.0 tests=BAYES_00,INVALID_DATE, MSGID_SHORT autolearn=no autolearn_force=no version=3.4.4 Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!rutgers!ll-xn!cullvax!drw From: drw@cullvax.UUCP Newsgroups: comp.lang.ada Subject: language problem Message-ID: <1044@cullvax.UUCP> Date: Tue, 7-Apr-87 00:53:47 EST Article-I.D.: cullvax.1044 Posted: Tue Apr 7 00:53:47 1987 Date-Received: Thu, 9-Apr-87 00:49:31 EST Organization: Cullinet Software, Inc., Westwood, MA List-Id: Is the following program required to raise CONSTRAINT_ERROR (or whatever)? procedure y is subtype x is range 0..100; a : x := 100; begin a := a + 1; end y; This has a major bearing on the "boolean range true..true" program. Dale -- Dale Worley Cullinet Software UUCP: ...!seismo!harvard!mit-eddie!cullvax!drw ARPA: cullvax!drw@eddie.mit.edu Un*x (a generic name for a class of OS's) != Unix (AT&T's brand of such)