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

[REBOL] Re: copy/deep

From: rotenca:telvia:it at: 25-Jul-2003 1:31

> How about this?
a: [] b: reduce[a a] c: copy b
>Or am I being simplistic? :)
As you know, this does not make a copy of the nested blocks. And foreach (and others functions) needs a copy also of nested blocks. same? a c/1;== true --- Ciao Romano