Expand description
std::io - input/output: reading from stdin, reading/writing files, printing.
print and println write to [Evaluator::output_buffer] when set (LSP/REPL),
otherwise they write directly to stdout.
eprint raises a runtime error rather than writing to stderr, so errors
surface through rlโs normal error reporting pipeline.
Modulesยง
- append_
file ๐ - delete_
file ๐ - eprint ๐
- input ๐
- print ๐
- println ๐
- read_
bytes ๐ - read_
file ๐ - read_
lines ๐ - write_
file ๐