diff options
author | daurnimator <quae@daurnimator.com> | 2017-04-27 00:03:08 +1000 |
---|---|---|
committer | daurnimator <quae@daurnimator.com> | 2017-05-03 18:28:24 +1000 |
commit | 290ddad546117d6b55639faa7ad943d96f8e224c (patch) | |
tree | cb3c95a8a6b1e7b7efa3e73d3cc67f04ad834243 /README.md | |
parent | 9a24308b0f8bb04d533d9abae39bd7546cf92377 (diff) | |
download | fengari-290ddad546117d6b55639faa7ad943d96f8e224c.tar.gz fengari-290ddad546117d6b55639faa7ad943d96f8e224c.tar.bz2 fengari-290ddad546117d6b55639faa7ad943d96f8e224c.zip |
src/liolib.js: Implement io.write
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ - [ ] `io.read()` - [ ] `io.tmpfile()` - [ ] `io.type()` - - [ ] `io.write()` + - [x] `io.write()` - [ ] `io.close()` - [ ] `file:flush()` - [ ] `file:lines()` |