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.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 109d8a,ea40acba15d5d078 X-Google-NewGroupId: yes X-Google-Thread: 1094ba,ea40acba15d5d078 X-Google-NewGroupId: yes X-Google-Thread: 101deb,620e03552eca5f22 X-Google-NewGroupId: yes X-Google-Thread: 103376,c5d0be666830517 X-Google-NewGroupId: yes X-Google-Attributes: gid9ef9b79ae9,gid8d3408f8c3,gidbda4de328f,gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!feeder1.cambriumusenet.nl!feed.tweaknews.nl!216.196.110.149.MISMATCH!border2.nntp.ams.giganews.com!nntp.giganews.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Uno Newsgroups: sci.math,comp.lang.fortran,comp.lang.pl1,comp.lang.ada Subject: Re: KISS4691, a potentially top-ranked RNG. Date: Thu, 05 Aug 2010 15:07:51 -0600 Message-ID: <8c0nh6FkkvU1@mid.individual.net> References: <4c4ecbee$0$12393$c30e37c6@exi-reader.telstra.net><8bfos5FakcU1@mid.individual.net><4c57f254$0$34569$c30e37c6@exi-reader.telstra.net> <4c592648$0$34571$c30e37c6@exi-reader.telstra.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: individual.net y9AuY1lnAgPt5FCL77wxqweAT8mSX4MZZuvQTQIWZx0l0u+ig3 Cancel-Lock: sha1:eZELzC3CG26pshy/7N3wDrT4dW4= User-Agent: Thunderbird 2.0.0.24 (X11/20100623) In-Reply-To: <4c592648$0$34571$c30e37c6@exi-reader.telstra.net> Xref: g2news1.google.com sci.math:176379 comp.lang.fortran:26303 comp.lang.pl1:1615 comp.lang.ada:12893 Date: 2010-08-05T15:07:51-06:00 List-Id: robin wrote: > "James Waldby" wrote in message news:i39iqp$sg7$1@news.eternal-september.org... > | On Tue, 03 Aug 2010 20:41:15 +1000, robin wrote: > | > "Uno" wrote: > | [snip code] > | >> If you were to comment out the PL/I command line that compiled this, > | >> what would it be? > | > > | > ??? > | > | Does that mean you don't understand Uno's question, > | or don't know the answer? > > It means that the question makes no sense. > > Does this make sense? I'll restate the question, and I'm sure you'll get my drift. When I compile off a command line, I keep the command lines I used as the final comments in that file. So there might, in fortran, exist implicit real pi = 4.0 * atan(1.0) print *, pi endprogram !here it comes, the goocher: ! gfortran pi1.f90 -o out 1) What did you name this pli thing? 2) What command compiled it? 3) How does one comment in pli? 4) How does one acquire a pli facilty on ubuntu? -- Uno