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

[REBOL] Re: difference between copy and copy/deep

From: SunandaDH::aol::com at: 25-Jun-2005 13:37

Tim:
> Can someone give me an example of the diffrence between copy and copy/deep? > I can't find any differences..
b: copy [] append/only b b copy b copy/deep b Maybe not the best example.....Read Gregg's reply for the definitive answer. Sunanda