From Jason Turner

[tab:iostreams.openmode.effects]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmpxwj8swwu/{from.md → to.md} +0 -11
tmp/tmpxwj8swwu/{from.md → to.md} RENAMED
@@ -1,11 +0,0 @@
1
- **Table: `openmode` effects** <a id="tab:iostreams.openmode.effects">[tab:iostreams.openmode.effects]</a>
2
-
3
- | Element | Effect(s) if set |
4
- | -------- | ----------------------------------------------------------------- |
5
- | `app` | seek to end before each write |
6
- | `ate` | open and seek to end immediately after opening |
7
- | `binary` | perform input and output in binary mode (as opposed to text mode) |
8
- | `in` | open for input |
9
- | `out` | open for output |
10
- | `trunc` | truncate an existing stream when opening |
11
-