report() outputs text to the simulator console.
report(string); // string is output to simulator console report("entering process foo"); // debugging
report(string); // string is output to simulator console
report("entering process foo"); // debugging