Global Scope : Package : Language Flash / Flex / ActionScript examples


Flash / Flex / ActionScript examples » Language » Package »

 

Global Scope


 
package {
  // Code here is in the global scope
}
// Code here is also in the global scope

package {
  // Definitions here are accessible to all code in the global scope
}
// Definitions here are accessible to all code in the same source file

        



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


Flash / Flex / ActionScript examples

 Navioo Language
» Package