Hi
Is it possible to overload return() function for some part of code (ie. for the scope of some class)? I would NOT like to define separate function to do 'other stuff' and use it on every return like that: return(myFunction());
Is it possible? Maybe there is some other trick?
Thanks