Expanding the Scope Chain via the with Statement
with (object) { substatements } with (Math) { trace(PI); }