diff --git a/HelloWorld.as b/HelloWorld.as new file mode 100644 index 00000000..ab3096a8 --- /dev/null +++ b/HelloWorld.as @@ -0,0 +1 @@ +trace("Hello World!"); \ No newline at end of file diff --git a/README.md b/README.md index 02d5fa6e..22558c08 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,9 @@ This repository should eventually contain the famous "Hello World" program in al - [x] **ABAP** ABAP is a high-level programming language created by the German software company SAP SE. It is currently positioned, alongside Java, as the language for programming the SAP Application Server, which is part of the NetWeaver platform for building business applications. +- [x] **ActionScript** +ActionScript is the programming language for the Adobe Flash Player and Adobe AIR runtime environments. + - [x] **Assembly** An assembly language, often abbreviated asm, is any low-level programming language in which there is a very strong correspondence between the program's statements and the architecture's machine code instructions. Each assembly language is specific to a particular computer architecture and operating system.