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

[REBOL] Re: tbrownell@shaw.ca

From: joel:neely:fedex at: 18-Feb-2002 21:05

Hmmmm.... Who was it that defined "Freudian slip" as being when "you say one thing, but mean your mother" ? ;-) Carl Read wrote:
> On 19-Feb-02, Scot wrote: > > > Folks, sorry for this post. It was meant for someone off the list > > and I made a mistake with sending the message. > > It's what's known as a Freudian Post. (: >
-- ; sub REBOL {}; sub head ($) {@_[0]} REBOL [] # despam: func [e] [replace replace/all e ":" "." "#" "@"] ; sub despam {my ($e) = @_; $e =~ tr/:#/.@/; return "\n$e"} print head reverse despam "moc:xedef#yleen:leoj" ;