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

[REBOL] Re: Stupid question: Locals ??

From: robert:muench:robertmuench at: 18-Dec-2002 10:06

> -----Original Message----- > From: [rebol-bounce--rebol--com] [mailto:[rebol-bounce--rebol--com]] > On Behalf Of Ladislav Mecir > Sent: Tuesday, December 17, 2002 6:33 PM > To: [rebol-list--rebol--com] > Subject: [REBOL] Re: Stupid question: Locals ?? > > paragraph: has [name pvalue toemit][ > > toemit: make block! ['textbox ""] > > don't you want to have: > > toemit: compose ['textbox (copy "")] > > instead?
Hi, yep I think that's it. Looks like I never will get this into my head ;-)). IMO it's very strange to have a copy/make that only works on the outer level. I would make this default and add a refinement for just-copy-outer-level ... But maybe I'm the only one thinking different. Robert