View Single Post
Old 11-04-2003, 12:05 PM   #13 (permalink)
npa
Code Monkey
 
Join Date: Jul 2003
Location: canada
Posts: 82
npa is on a distinguished road
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 ...
__________________
direct entry file specification.
npa is offline   Reply With Quote