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,FREEMAIL_FROM, INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,f665aa42f0658d4c X-Google-Attributes: gid103376,public From: johnherro@aol.com (John Herro) Subject: Re: In Ada, is it possible to print an array on the screen without a loop? Date: 1997/07/09 Message-ID: <19970709204301.QAA20565@ladder02.news.aol.com>#1/1 X-Deja-AN: 255817063 References: <01bc8c7f$e29ce6c0$25bad084@SbastienGemme.uqam.ca> X-Admin: news@aol.com Organization: AOL http://www.aol.com Newsgroups: comp.lang.ada Date: 1997-07-09T00:00:00+00:00 List-Id: "SG" writes: > In ada, is it possible to print an array > on the screen without a loop? Text_IO.Put_Line( "Of course! ... if the array happens to be a string! :-) "); -- ...but in general, I think the answer is no. - John Herro Software Innovations Technology http://members.aol.com/AdaTutor ftp://members.aol.com/AdaTutor