> Or perhaps analogous to how constructors are called 'this()' and have a > 'this' pointer, we'd have a 'with' pointer so that the meaning of 'this' > in a class wouldn't be shadowed: +1. That feature is useful sometimes. > --bb