Add a variable to a class instance at runtime: Difference between revisions

Content deleted Content added
No edit summary
Line 337:
NSLog(@"associatedObject: %@", associatedObject);
 
[e release];
[pool drain];
return 0;
}</lang>
 
 
=={{header|Oz}}==