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

[REBOL] Re: Demo of Rebol powered "Knowledge Bot"

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

Hi, Terry, I'd be interested to try it, but when I go to the site I get a "broken image" graphic on the top right section of the page. I'm using Netscape Communicator 4.73. Does the tag <META content="MSHTML 6.00.2712.300" name=GENERATOR> indicate that you're using some sort of Redmond product to create your pages? Terry Brownell wrote:
> Try it for yourself, just enter your question in the text box > on the top of our homepage www.LFReD.com >
-- ; 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" ;