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

[REBOL] Re: A bug or a feature?

From: carl:cybercraft at: 4-May-2001 0:12

On 03-May-01, Graham Chiu wrote:
> On Thu, 03 May 2001 20:36:37 +1200 > Carl Read <[carl--cybercraft--co--nz]> wrote: >> >> test: to-block {a: text "hello"} >> == [a: text "hello"] > try test: load {a: text "hello" }
Thanks Graham - that did the trick - and I never wouldn't thought to use load on a string... ! (:
>> And if so, how would you convert a string to a block so >> the 'a: >> above would be set? > -- > Graham Chiu
-- Carl Read [carl--cybercraft--co--nz]