Introduction
EZMAScript is a statically typed, multi-purpose scripting language, primarily used for developing native applications through the ZoneGFX platform.
EZMAScript uses the ES file extension.
(EZMA stands for "Elegant-Zone Modular Applicable")
Equivalence
EZMAScript is equivalent to the TypeScript language and implemented using the TypeScript Compiler API, although with different coding conventions.
Hello World
The following prints a hello-world message to the console:
trace("Hello, world!");