Re: ARGH Re: [OT] EFSB at Titan Games
From: "Andrew Martin" <Al.Bri@x...>
Date: Tue, 6 Jun 2000 15:32:22 +1200
Subject: Re: ARGH Re: [OT] EFSB at Titan Games
> 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/
-><-