[DGD] arrays

pete at ana.sk pete at ana.sk
Wed Oct 10 14:16:20 CEST 2001


> Once again, yes.  Arrays are shared.  Use
> 
>     b = a[..];
> 
> if you want a copy.

Ok, thanks, sorry for troubling you. I knew arrays were shared, but 
i was imagining that a "shared" means copy-on-write behaviour. Is 
there anything else that is shared (not copy-on-write)? Mappings 
maybe? Or strings?

_________________________________________________________________
List config page:  http://list.imaginary.com/mailman/listinfo/dgd



More information about the DGD mailing list