Quote:
Originally posted by npa
when there isn't actually any a to compare against null. I think you meant o.
|
dark - yes ... you're right, i made a typo.
and yes i forget how it actually works but it
i think it copies the object in a shallow-copy
type system, so that assigning it to something
else (obj = whatever()) isn't reflected but modifying
its properties (obj.x = 1) is.
i'll try and find the actual terms for it ...