Skip to content
The Elk Shell Language
Search
K
Main Navigation
Reference
Standard Library
GitHub
Appearance
GitHub
Menu
On this page
On this page
Table of Contents for current page
printError(input...)
Returns
On this page
printError
printError(input...)
Parameter
Type
Description
(variadic) input
*
Value to print
Prints the given value to stderr, without adding a new line to the end.
Returns
(nil)