[REBOL] Re: designing dialects - was OWL
From: tbrownell:shaw:ca at: 22-Mar-2002 16:48
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."] ]