diff options
author | daurnimator <quae@daurnimator.com> | 2017-04-26 23:29:17 +1000 |
---|---|---|
committer | daurnimator <quae@daurnimator.com> | 2017-05-03 18:27:15 +1000 |
commit | 56b5adb7f3683cd9e88f8d2cabd885e49a3d2398 (patch) | |
tree | 473901087179af752eb26a704b640599c98b9965 /README.md | |
parent | c3ea98864c5ee7535f40704b28229dbad676d2fb (diff) | |
download | fengari-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.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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()` |