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 f7e40a7  Update AS3.md
f7e40a7 is described below

commit f7e40a7b6c70802d95b6a25b4fcdeec8b3b882e6
Author: Andrew Wetmore <[email protected]>
AuthorDate: Sat Feb 17 10:45:37 2018 -0400

    Update AS3.md
    
    Added text
---
 Welcome/Features/AS3.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/Welcome/Features/AS3.md b/Welcome/Features/AS3.md
index 15776fd..310aa73 100644
--- a/Welcome/Features/AS3.md
+++ b/Welcome/Features/AS3.md
@@ -18,6 +18,8 @@ layout: docpage
 title: AS3
 ---
 
-# AS3
+# ActionScript 3 (AS3)
 
-This is a test of Royale Documentation Template
+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 
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.

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to