Stderr

:= []
line! : Str => Try({  }, [StderrErr(IOErr), ..])

Write the given string to standard error, followed by a newline.

write! : Str => Try({  }, [StderrErr(IOErr), ..])

Write the given string to standard error (no trailing newline).