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

[REBOL] Re: footer on Joel's email

From: ronald:free at: 16-Mar-2002 8:55

Bonjour Adrian, Saturday, March 16, 2002, 3:25:50 AM, vous avez écrit: A> I can`t figure it out, can you explain? A> ; sub REBOL {}; sub head ($) {@_[0]} A> REBOL [] A> # despam: func [e] [replace replace/all e ":" "." "#" "@"] A> ; sub despam {my ($e) = @_; $e =~ tr/:#/.@/; return "\n$e"} A> print head reverse despam "moc:xedef#yleen:leoj" ; A> Adrian Hi Adrian, copy paste the code and add halt at the end (in order to see the result) and run it... Cheers -- Ronald