aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordaurnimator <quae@daurnimator.com>2017-05-16 17:42:11 +1000
committerdaurnimator <quae@daurnimator.com>2017-05-16 17:42:11 +1000
commit0422224def06db85f16d24a73b71b8d75e6f74a4 (patch)
tree260a03a9b02f5321af19907043a9100a67b74ec0 /README.md
parentb10668ce74316c8965a5b19a8b4365c90f75e17f (diff)
downloadfengari-0422224def06db85f16d24a73b71b8d75e6f74a4.tar.gz
fengari-0422224def06db85f16d24a73b71b8d75e6f74a4.tar.bz2
fengari-0422224def06db85f16d24a73b71b8d75e6f74a4.zip
src/liolib.js: Partial implementation of io.input and io.output
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4b78239..75959f2 100644
--- a/README.md
+++ b/README.md
@@ -38,10 +38,10 @@
- [x] `io.type()`
- [x] `io.write()`
- [x] `io.flush()`
- - [ ] `io.input()`
+ - [ ] `io.input()`: partially implemented
- [ ] `io.lines()`
- [ ] `io.open()`
- - [ ] `io.output()`
+ - [ ] `io.output()`: partially implemented
- [ ] `io.popen()`
- [ ] `io.read()`
- [ ] `io.tmpfile()`