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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,7956d7dcc9685cb5 X-Google-Attributes: gid103376,public From: Robert A Duff Subject: Re: Help ... CONSTRAINT_ERROR Date: 1999/11/30 Message-ID: #1/1 X-Deja-AN: 554905819 Sender: bobduff@world.std.com (Robert A Duff) References: <81vfu6$sem$1@tobruk.sydney.gecm.com> <820qf9$ic3$1@nnrp1.deja.com> Organization: The World Public Access UNIX, Brookline, MA Newsgroups: comp.lang.ada Date: 1999-11-30T00:00:00+00:00 List-Id: Preben Randhol writes: > reason67@my-deja.com writes: > | NUM : STRING := "hi there"; > > It compiles under Ada95. Was this changed from Ada83 to Ada95 ? Yes. This is legal Ada 95, but was illegal in Ada 83. - Bob