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 ec19b8e Update arrow-functions.md updated the version number this is
available in
ec19b8e is described below
commit ec19b8edcedd46bafc1dd4a8cceb56c3e37ec1ca
Author: Andrew Wetmore <[email protected]>
AuthorDate: Sun Apr 5 15:32:50 2026 -0300
Update arrow-functions.md updated the version number this is available in
1.0.0
---
features/as3/arrow-functions.md | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/features/as3/arrow-functions.md b/features/as3/arrow-functions.md
index c2cbf6b..12fcd8e 100644
--- a/features/as3/arrow-functions.md
+++ b/features/as3/arrow-functions.md
@@ -25,11 +25,9 @@ permalink: /features/as3/arrow-functions
-allow-arrow-functions
-[Apache Royale](https://royale.apache.org/){:target='_blank'} adds support for
arrow function expressions in [ActionScript](features/as3). An arrow function
provides shorter syntax for declaring local functions, and it inherits the
`this` value from its containing scope.
+Starting in **version 1.0.0**, [Apache
Royale](https://royale.apache.org/){:target='_blank'} adds support for arrow
function expressions in [ActionScript](features/as3). An arrow function
provides shorter syntax for declaring local functions, and it inherits the
`this` value from its containing scope.
-Arrow functions do not have names. Unlike regular function expressions, arrow
functions omit the `function` keyword, and they have an arrow (in the format
`=>`) between the parameters and the body instead. In certain situations, both
the parentheses around the parameters and the braces around the body may be
omitted.
-
-_Requires Apache Royale 0.9.13 or newer._
+Arrow functions do not have names. Unlike regular function expressions, arrow
functions omit the `function` keyword; isntead they have an arrow (in the
format `=>`) between the parameters and the body. In certain situations, both
the parentheses around the parameters and the braces around the body may be
omitted.
## Compiler option