Prev: The Airbrushing Chronicles Part III Next: RE: [OT] Neat books

Re: ARGH Re: [OT] EFSB at Titan Games

From: Donald Hosford <Hosford.Donald@A...>
Date: Tue, 06 Jun 2000 01:37:18 -0400
Subject: Re: ARGH Re: [OT] EFSB at Titan Games

For those who didn't understand the last two messages:

FOR X = 1 to 1000
  PRINT"I will not post before thinking."
NEXT X

;-)

Donald Hosford
(an old basic programmer...)

Andrew Martin wrote:

> > Sorry, that wasn't supposed to go to the list.
> >
> > #!/usr/bin/perl -w
> >
> > use strict;
> > my counter;
> >
> > for (counter=0; counter < 1000; counter++ ) {
> > print "I will not post before thinking.\n";
> > }
>
> It's easier in Rebol:
>
> [REBOL [] loop 1000 [print "I will not post before thinking."]]
>
> ;-)
>
> Andrew Martin
> http://www.rebol.com
> ICQ: 26227169
> http://members.xoom.com/AndrewMartin/
> -><-


Prev: The Airbrushing Chronicles Part III Next: RE: [OT] Neat books