io/stream
Functions
println(): Void (std/io/stream.qz:11)
Print a string followed by a newline to stdout.
eprintln(): Void (std/io/stream.qz:16)
Print a string followed by a newline to stderr.
write_stdout(): Void (std/io/stream.qz:21)
Print a string to stdout without a trailing newline.
write_stderr(): Void (std/io/stream.qz:26)
Print a string to stderr without a trailing newline.
read_stdin_line(): String (std/io/stream.qz:31)
Read a line from stdin.