Stdout

:= []

Utilities for writing to standard output.

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

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

Returns Err(StdoutErr(message)) if the host cannot write to stdout.