Skip to content

printError ​

printError(input...) ​

ParameterTypeDescription
(variadic) input*Value to print

Prints the given value to stderr, without adding a new line to the end.

Returns ​

(nil)