[REBOL] Re: strings and things
From: thundrebol::yahoo at: 10-May-2001 14:02
Maybe I didn't read this thread carefully, but won't this work?:>> str: {word1 word2 "a string"}== {word1 word2 "a string"}>> blk: to-block str== [word1 word2 "a string"] //Ed --- Ryan Cole <[ryanc--iesco-dms--com]> wrote: