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 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!news2.google.com!goblin3!goblin.stu.neva.ru!exi-transit.telstra.net!news.telstra.net!exi-spool.telstra.net!exi-reader.telstra.net!not-for-mail From: "robin" Newsgroups: sci.math,comp.lang.fortran,comp.lang.pl1,comp.lang.ada 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> <8c0nh6FkkvU1@mid.individual.net> Subject: Re: KISS4691, a potentially top-ranked RNG. Date: Fri, 6 Aug 2010 20:11:29 +1000 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.5931 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5931 Message-ID: <4c5bdfd2$0$34570$c30e37c6@exi-reader.telstra.net> NNTP-Posting-Host: 123.3.16.187 X-Trace: 1281089490 exi-reader.telstra.net 34570 123.3.16.187:1047 Xref: g2news1.google.com sci.math:176448 comp.lang.fortran:26330 comp.lang.pl1:1619 comp.lang.ada:12904 Date: 2010-08-06T20:11:29+10:00 List-Id: "Uno" wrote in message news:8c0nh6FkkvU1@mid.individual.net... | 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? RNG-2010.PLI | 2) What command compiled it? PL/I RNG-2010 | 3) How does one comment in pli? /* Stuff */