Stdin

:= []

Utilities for reading from standard input.

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

Read one line from standard input.

The returned string does not include the trailing newline. On EOF this returns an empty string.

Returns Err(StdinErr(message)) if the host cannot read from stdin.