``` with(anA){ with(anB){ //and so on } } ...
# language-proposals
g
Copy code
with(anA){
  with(anB){
    //and so on
  }
}