SCL Reference: report() Function
The SCL report() function outputs text to the simulator console.
report(string); // string is output to simulator console
report("entering process foo"); // debugging
The SCL report() function outputs text to the simulator console.
report(string); // string is output to simulator console
report("entering process foo"); // debugging