...
None
Return value
void
Examples
Code Block | ||
---|---|---|
| ||
// 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"; |
Additional information
Related commands
...