Simkin currently comes with a single global object - Interpreter, which represents the Simkin language engine.
This object supports the following field:
tracing (boolean) - set this to true, and a trace of the methods called will be printed out
For example:
Interpreter.tracing=true;switches tracing on, while this:
Interpreter.tracing=false;switches tracing off.