Frank Heckenbach wrote:
I see. But I suppose Markus also wants to call the method via the procedural variable later and apply it to a certain object instance (selected at call time), something like (depending on the syntax chosen):
someotherx.y (5);
or:
y (someotherx, 5);
Exactly.