User's Guide
The Ejscript User Guide contains an overview of the Ejscript interpreter and tutorials about using the language. It also has some samples to help you get a feel for the language.
| Topic | Description | 
|---|---|
| Using the Command Shell | How to invoke Ejscript scripts and have interactive sessions with the ejs command. | 
| Using the Compiler | How to compile Ejscripts into byte code using the ejsc compiler command. | 
| Generating Listings | How to create symbolic assembler listings for your scripts to aid debugging with the ejsmod command. | 
| Generating Documentation | How to generate HTML documentation for your script libraries with the ejsmod command. | 
| Using the Module Generator | Reference for the ejsmod command. | 
| Manual Pages | Command manual pages for each command. |