Language Guide
The Ejscript Language Guide contains information about the language itself including the syntax, statements, expressions and types.
| Topic | Description |
|---|---|
| Language Syntax | Language structure and syntax. |
| Statements | Language statements. |
| Expressions and Operators | Basic language expression constructs. |
| Objects and Arrays | Using objects and arrays. |
| Functions and Methods | Function and method declarations. |
| Core Language Types | Builtin core classes. |
| Types and Declarations | Type and variable declarations. |
| Classes and Instances | Creating classes and objects. |
| Modules and Namespaces | Using modules and namespaces to scope variable declarations. |
| System Library | System library of extended types. |
| Events and Timers | Asynchronous programming with Events, Listeners. |
| Globals | Global functions, constants and properties. |