This is an automated email from the ASF dual-hosted git repository.
andreww pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-docs.git
The following commit(s) were added to refs/heads/master by this push:
new b34d86a Update as3.md added a note about in which releases new AS3
features become available
b34d86a is described below
commit b34d86a4a4f1780727bfe4d622d7cefa49ca2426
Author: Andrew Wetmore <[email protected]>
AuthorDate: Thu Apr 9 10:36:31 2026 -0300
Update as3.md added a note about in which releases new AS3 features become
available
---
features/as3.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/features/as3.md b/features/as3.md
index 314dd82..ec0b519 100644
--- a/features/as3.md
+++ b/features/as3.md
@@ -64,7 +64,7 @@ This document is divided into several sections:
The Royale compiler extends the ActionScript language with useful new
features. These language extensions are considered optional, and to use the new
syntax you must enable certain compiler flags.
-The following new ActionScript features are available with the Royale compiler:
+The following new ActionScript features are available with the Royale
compiler. Each page indicates in which release of Apache Royale the feature
becomes available:
* [Abstract Classes](features/as3/abstract-classes)
* [Arrow Functions](features/as3/arrow-functions)
@@ -76,6 +76,7 @@ The following new ActionScript features are available with
the Royale compiler:
* [Type Inference](features/as3/type-inference)
* [Verbatim Strings](features/as3/verbatim-strings)
+
### Limitations of ActionScript language extensions
Other ActionScript compilers, such as the one in the [Apache Flex
SDK](https://flex.apache.org/){:target='_blank'}, may not support Apache
Royale's extensions to the ActionScript language. Attemping to pass source code
or SWC libraries using these language extensions to another compiler may result
in compile-time errors or unexpected behavior at run-time. In other words, to
write 100% portable ActionScript code that works with any compiler, you should
avoid using any of Royale's extensions.