SCL Reference: report() Function

TheSCLreport() function outputs text to the simulator console.

report(string);     // string is output to simulator consolereport("entering process foo");     // debugging