printFlush: Print Arguments and Flush the Console
Description
Passes all its arguments unchaged to the standard print
function; after the
execution of print it flushes the console, if possible.Arguments
...
Arguments to be passed to the standard print
function. Value
- Returns the value of the
print
function.
Details
Passes all its arguments unchaged to the standard print
function; after the
execution of print it flushes the console, if possible.