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

[REBOL] Re: A bug or a feature?

From: gchiu:compkarori at: 3-May-2001 21:26

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" }
> And if so, how would you convert a string to a block so > the 'a: > above would be set?
-- Graham Chiu