Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: designing dialects - was OWL

From: carl:cybercraft at: 23-Mar-2002 16:16

On 23-Mar-02, Terry Brownell wrote:
> Ok, here ya go.. > Rebol [] > A: "Send an email to every email address there is telling people not > to send emails to me unless I've asked them to..." > b: ask "What do you want me to do?: " if a = b [ > c: read/lines 6_billion_e-mail_addresses_for_$29.95.txt foreach val > c [ send val "Do not send e-mails to Carl Read unless he asks you > to."] > ]
Ah - but you're a human, not a programming language. (I hope:) -- Carl Read