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,9c8533728e8d73d0 X-Google-Attributes: gid103376,public From: dewar@cs.nyu.edu (Robert Dewar) Subject: Re: Please help a beginner! (second try) Date: 1996/02/17 Message-ID: #1/1 X-Deja-AN: 139890908 references: <4g517q$438@helios.herts.ac.uk> <4g5fr3$74d@news.sanders.lockheed.com> organization: Courant Institute of Mathematical Sciences newsgroups: comp.lang.ada Date: 1996-02-17T00:00:00+00:00 List-Id: Steve says "This will noew work fine. BTW, DEC Ada supplies a version of Integer_IO pre-instantiated for you. It's called Integer_Text_IO. Nothing special about it, it just saves you from instantiating Integer_IO. Just remove the instantiation of INT_IO and change the references to Integer_Text_IO." Here Steve is making a comment about Ada 83. In Ada 95, the package Integer_Text_IO is a standard part of the language, available in any Ada 95 implementation (and of course fully supported in GNAT).