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

[REBOL] Re: Comparing path!

From: anton:lexicon at: 31-Aug-2002 3:42

Ok, so this does essentially the same, but it does it in place and doesn't use any extra words: (select test 'type) to-path foreach str parse text "_" [append [] to-word str] except for 'str, which is tucked away safely in the foreach's context. Anton.