POV-Ray : Newsgroups : povray.general : New group suggestion : Re: New group suggestion Server Time
12 Aug 2024 11:18:27 EDT (-0400)
  Re: New group suggestion  
From: Spider
Date: 8 Apr 1999 03:23:19
Message: <370C4972.B40F75E3@bahnhof.se>
{Pascal}
progam BLAH;
var I : LongInt;
Begin
  for I := -2147483648 to 2147483647 do
    writeLn('PLEASE!!!');
end.

/* JAVA */
public class please {
  public static void main(String[] args) {
    int i;
    i=-1000000; //
    for(i=-1000000; /*uncertain of the limits, don't have the
documentation                       handy.*/
        i<1000000;i++)
           System.out.println("PLEASE!!!");
  }
}



Nieminen Mika wrote:
> 
> Lance Birch <lan### [at] usanet> wrote:
> : P.S.  for (a=0;a<=10000000000;a++) {write ("PLEASE!!! ")}
> 
>   No, no! This way:
> 
> #declare a=0;
> #while(a<=10000000000)
>   #debug "PLEASE!!! "
>   #declare a=a+1;
> #end
> 
> --
> main(i,_){for(_?--i,main(i+2,"FhhQHFIJD|FQTITFN]zRFHhhTBFHhhTBFysdB"[i]
> ):5;i&&_>1;printf("%s",_-70?_&1?"[]":" ":(_=0,"\n")),_/=2);} /*- Warp -*/

-- 
//Spider
        [ spi### [at] bahnhofse ]-[ http://www.bahnhof.se/~spider/ ]
What I can do and what I could do, I just don't know anymore
                "Marian"
        By: "Sisters Of Mercy"


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.