Mega Code Archive

 
Categories / Flash ActionScript / Statement
 

Expanding the Scope Chain via the with Statement

with (object) {   substatements } with (Math) {      trace(PI);     }