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=3.3 required=5.0 tests=BAYES_00,DATE_IN_PAST_24_48, FORGED_MUA_MOZILLA,REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,222ed89632aabb93 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.224.100.137 with SMTP id y9mr817735qan.2.1343313705589; Thu, 26 Jul 2012 07:41:45 -0700 (PDT) Received: by 10.66.84.65 with SMTP id w1mr1452361pay.37.1343313705233; Thu, 26 Jul 2012 07:41:45 -0700 (PDT) Path: a15ni113198934qag.0!nntp.google.com!q21no1263707qas.0!news-out.google.com!p10ni64816900pbh.1!nntp.google.com!border1.nntp.dca.giganews.com!border4.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!border2.nntp.ams.giganews.com!border3.nntp.ams.giganews.com!border1.nntp.ams.giganews.com!nntp.giganews.com!newsfeed.straub-nv.de!news.swapon.de!aioe.org!.POSTED!not-for-mail From: "Nasser M. Abbasi" Newsgroups: comp.lang.ada Subject: Re: Free AMD Core Math Library (BLAS/LAPACK) + Ada Date: Wed, 25 Jul 2012 04:04:05 -0500 Organization: Aioe.org NNTP Server Message-ID: References: <41b74e89-f112-4791-883d-236080652dbf@googlegroups.com> <509991f4-bcb4-45a0-84f3-b8393db64da4@googlegroups.com> <374bd898-5683-4350-8812-e3cae186ab2b@googlegroups.com> <87k3y3jxgj.fsf@ludovic-brenta.org> <23edac82-3e0e-47f5-85b7-36473e4a44ed@googlegroups.com> <8d88395a-9e03-4880-9728-aa0489dbc62f@googlegroups.com> <4d5e7463-824c-4ac1-af47-2a4a5bf0d8e6@googlegroups.com> <27d45d4b-0924-4179-9a05-169ab10839ce@googlegroups.com> <847049f2-fe53-47b2-be81-50787c5a6290@googlegroups.com> Reply-To: nma@12000.org NNTP-Posting-Host: 6xfnQf8NWYR0Ab23/pVebQ.user.speranza.aioe.org Mime-Version: 1.0 X-Complaints-To: abuse@aioe.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20120713 Thunderbird/14.0 X-Notice: Filtered by postfilter v. 0.8.2 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Date: 2012-07-25T04:04:05-05:00 List-Id: On 7/25/2012 3:56 AM, Ada novice wrote: > >> How can you say that? > If I modified the for construct to say: > > for x in b'Range loop -- print solution > real_io.PUT (x'img); new_line; > end loop; > > that doesn't work: > FOR I in b'RANGE(1) LOOP real_io.put ( b(I,1) ); new_line; END LOOP; --Nasser