aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordaurnimator <quae@daurnimator.com>2017-04-26 23:29:17 +1000
committerdaurnimator <quae@daurnimator.com>2017-05-03 18:27:15 +1000
commit56b5adb7f3683cd9e88f8d2cabd885e49a3d2398 (patch)
tree473901087179af752eb26a704b640599c98b9965 /README.md
parentc3ea98864c5ee7535f40704b28229dbad676d2fb (diff)
downloadfengari-56b5adb7f3683cd9e88f8d2cabd885e49a3d2398.tar.gz
fengari-56b5adb7f3683cd9e88f8d2cabd885e49a3d2398.tar.bz2
fengari-56b5adb7f3683cd9e88f8d2cabd885e49a3d2398.zip
src/iolib.js: Create stdin/stdout/stderr
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 9d7e70e..56f3496 100644
--- a/README.md
+++ b/README.md
@@ -25,9 +25,9 @@
- [x] os (~~`os.setlocale()`~~)
- [ ] Package
- [ ] io
- - [ ] `io.stdin`
- - [ ] `io.stdout`
- - [ ] `io.stderr`
+ - [x] `io.stdin`
+ - [x] `io.stdout`
+ - [x] `io.stderr`
- [ ] `io.flush()`
- [ ] `io.input()`
- [ ] `io.lines()`