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

[REBOL] Re: concurrent/parallel/multiple SETting

From: joel:neely:fedex at: 7-Jan-2002 5:46

Hi, Anton, Anton Rolls wrote:
> Whoops, I totally missed your earlier flame-bai... > I mean, thread, on source style - Sorry. >
I would NEVER write anything to provoke a reaction! ;-) -jn- -- ; 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" ;