diff options
author | daurnimator <quae@daurnimator.com> | 2017-05-16 17:42:11 +1000 |
---|---|---|
committer | daurnimator <quae@daurnimator.com> | 2017-05-16 17:42:11 +1000 |
commit | 0422224def06db85f16d24a73b71b8d75e6f74a4 (patch) | |
tree | 260a03a9b02f5321af19907043a9100a67b74ec0 /README.md | |
parent | b10668ce74316c8965a5b19a8b4365c90f75e17f (diff) | |
download | fengari-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.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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()` |