Stdout

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

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

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

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