Method Stdio.werror()
- Method
werror
void
werror(string
s
)- Description
Write a message to stderr. Stderr is normally the console, even if the process output has been redirected to a file or pipe.
- Note
This function is identical to predef::werror().
- See also