what about an overloaded with:

myObject.with(true) {
    // some code
}

or:

myObject.with(returnThis:true) {
    // some code
}

or... well I am sure there are many variants... just want to know if something like this doesn't cut it.

bye Jochen

Reply via email to