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 Lines: 17 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)