Luke Palmer writes:
 > I don't think so.  Rather, that becomes:
 > 
 >   him.hit(I);
 > 
 > And to clarify, you should probably format it like this:
 > 
 >   hit him: I;
 > 
 > But computer languages aren't generally used to specify past tense
 > anyway....
 > 

why priperties are sort of ... because they tell the state of the
thing as a result of some action that happend ( prbably in very close
) past : 

 him.hit(I); #  him is being hit by me; 

 him is hit(I); # him was hit by me -- and this has some consequences !!!
 
it seems that some times "is" may be replaced by "was" 
 
him was initialized ; 


:-) 

arcadi 

Reply via email to