Description:
Formats a message and prints it using the stdout print handler in the invoking process.
If this is a local invocation then this is exactly equivalent to print. If this is remote then this is equivalent to calling print in the invoking process.
Parameters:
this | |
format |
a printf-style format string |
... |
arguments, as per |