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

[REBOL] Re: source code layout question

From: joel:neely:fedex at: 5-Jan-2002 9:24

Hi, Volker, OUTSTANDING! I love it when people just make a problem go away! [nitsch-lists--netcologne--de] wrote:
> ... inspired me to > > vv: has[string][ > string: read clipboard:// > print string > do string > ] > protect 'vv;avoid confusion.. > > now clip something and type "vv" in view-console :) >
-- ; 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" ;