I don't like any of the proposed solutions so far,...
# language-proposals
k
I don't like any of the proposed solutions so far, so let me propose another that I hate as well 😉 :
Copy code
with(anA) { with(anB) {
    // doThings
}}