It's handy because it ensures writes are flushed to the terminal before any calls to read from stdin, but it's also gratuitously slow. Instead, added a Stdout class with an explicit flush() method that can be called by the user. Fix #445.
10 lines
202 B
Markdown
10 lines
202 B
Markdown
^title Module "io"
|
|
|
|
Provides access to operating system streams and the file system.
|
|
|
|
* [Directory](directory.html)
|
|
* [File](file.html)
|
|
* [Stat](stat.html)
|
|
* [Stdin](stdin.html)
|
|
* [Stdout](stdout.html)
|