===== ECMA ===== In WAScript have the ability to write scripts in a language based on [[http://en.wikipedia.org/wiki/ECMAScript|ECMAScript]] of[[http://es5.javascript.ru/|5 edition]], dialect which is [[http://en.wikipedia.org/wiki/JavaScript|JavaScript]]. Programming with WAScript ECMA (dialect of ECMAScript too) is not much different from programming with JavaScript. To WaspAce software detected the script as using EMCA as a programming language, it is necessary that the first string of the script was the following code: //{$MODE ECMA} If there is no label about language then syntax of [[ru:wascript:pascal|pascal]] will be used by default. In WAScript ECMA built following methods for working with the system: * [[en:wascript:ecma:methods]]