Waldek Hebisch wrote:
- Value versus reference model:
BP - value model (objects are values) OOE, Delphi, Mac - pointer model (object are pointer to values)
I have a question regarding your newly-proposed options:
-fobjects-are-references -- choose reference model even if the declaration uses "object" keyword, on for Mac Pascal, off otherwise
So do I understand you right: By default (i.e. without this option), objects will still be values, so the correct way of calling a method would be something like `someObject^.doSomething'?
More generally spoken, without any options everything (esp. the way methods are handled) will remain as it is now?
Regards,
Markus