Path: /sdk/samples/asrun/
This samples gives a very basic commandline executer for AngelScripts. It currently doesn't allow the user to do very much as it is just a sample, but serves as a good foundation for building a useful commandline tool.
It also implements a fully functional commandline debugger, with support for setting breakpoints, stepping through the code, examining variables, etc.
Besides the add-ons listed above, the following functions are also exposed to the scripts.
Prints a line to the standard output.
Gets a line from the standard input.
Gets the command line arguments as an array.
Executes a system command.