Clears the command Log window.
System
clearLog |
None
None
void
// Clear the command log window so the print statements we // execute below will be the only things showing in the // command log window. clearLog; print "Hello world"; print "Good-bye world"; |