module documentation

Process context for a single script. This is the main runtime object for the interpreter.

To run a script, create a PContext object, and call its run() method.

Class PContext Process context for a single script.