- Corrected syntax highlighter scopes. keywords are nolonger highlighted out of scope.
- The current path is set to the path of the first script. This eases relative include file logic.
- Removed the OS namespace, merged most of the functionality into the Sys namespace.
- Added Process namespace to ease the task of retrieving scripting engine instance process information.
- Implemented bitwise NOT and corrected order of operation of logical NOT.
|