This is an automated email from the ASF dual-hosted git repository.
andreww pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-docs.git
The following commit(s) were added to refs/heads/develop by this push:
new 8560e9e Update AS3.md
8560e9e is described below
commit 8560e9e3074ff41e093db88524768683eb33887e
Author: Andrew Wetmore <[email protected]>
AuthorDate: Sat Feb 17 16:27:14 2018 -0400
Update AS3.md
Layout adjustment
---
Welcome/Features/AS3.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Welcome/Features/AS3.md b/Welcome/Features/AS3.md
index 310aa73..2b840e0 100644
--- a/Welcome/Features/AS3.md
+++ b/Welcome/Features/AS3.md
@@ -20,6 +20,6 @@ title: AS3
# ActionScript 3 (AS3)
-ActionScript is an object-oriented programming language originally developed
by Macromedia Inc. (later acquired by Adobe Systems). It is a derivation of
HyperTalk, the scripting language for HyperCard. It is now a dialect of
ECMAScript (meaning it is a superset of the syntax and semantics of the
language more widely known as JavaScript).
+ActionScript is an object-oriented programming language originally developed
by Macromedia Inc. (later acquired by Adobe Systems). It is a derivation of
HyperTalk, the scripting language for HyperCard. It is now a dialect of
ECMAScript (meaning it is a superset of the syntax and semantics of the
language more widely known as JavaScript). Because both ActionScript and
JavaScript are based on ECMAScript, most code you write in AS translates well
to JS. One significant difference is that AS [...]
-Because both ActionScript and JavaScript are based on ECMAScript, most code
you write in AS translates well to JS. One significant difference is that AS
uses the concepts of classes and objects to structure how your code functions,
while JavaScript does not have those concepts. When you get ready to compile
and run your application, the Royale compiler translates AS-specific code into
JS code organized into pseudo-classes, which then run just fine in a JavaScript
world.
+When you get ready to compile and run your application, the Royale compiler
translates AS-specific code into JS code organized into pseudo-classes, which
then run just fine in a JavaScript world.
--
To stop receiving notification emails like this one, please contact
[email protected].