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 c30ccd4 Update verbatim-strings.md update display of the version in
which this first appears
c30ccd4 is described below
commit c30ccd4fa0b02c16919260897eb007c4f02605dd
Author: Andrew Wetmore <[email protected]>
AuthorDate: Mon Apr 6 13:31:31 2026 -0300
Update verbatim-strings.md update display of the version in which this
first appears
---
features/as3/verbatim-strings.md | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/features/as3/verbatim-strings.md b/features/as3/verbatim-strings.md
index c6af604..371a69c 100644
--- a/features/as3/verbatim-strings.md
+++ b/features/as3/verbatim-strings.md
@@ -24,9 +24,8 @@ permalink: /features/as3/verbatim-strings
Ignore escape sequences with @"" strings
-[Apache Royale](https://royale.apache.org/){:target='_blank'} adds support for
declaring _verbatim strings_ in [ActionScript](features/as3). Verbatim strings
start with a `@` character and don't treat the `\` character as the start of an
escape sequence.
+Starting in **version 0.9.10**, [Apache
Royale](https://royale.apache.org/){:target='_blank'} adds support for
declaring _verbatim strings_ in [ActionScript](features/as3). Verbatim strings
start with a `@` character and don't treat the `\` character as the start of an
escape sequence.
-_Requires Apache Royale 0.9.10 or newer._
## Code example