You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Matheus Dias de Souza edited this page May 3, 2024
·
1 revision
Include Directive
In the original ActionScript 3, the include directive concatenates source text from another ActionScript file, which affects line and column information; in other words, it is not a reliable feature.
In this parser, the include directive contributes the syntactic structures from another ActionScript file, including package definitions and directives.