diff options
author | daurnimator <quae@daurnimator.com> | 2017-04-26 23:30:30 +1000 |
---|---|---|
committer | daurnimator <quae@daurnimator.com> | 2017-05-03 18:28:22 +1000 |
commit | 9a24308b0f8bb04d533d9abae39bd7546cf92377 (patch) | |
tree | 1afc612de03c8c8fc9b4080588713806f074f577 /README.md | |
parent | 56b5adb7f3683cd9e88f8d2cabd885e49a3d2398 (diff) | |
download | fengari-9a24308b0f8bb04d533d9abae39bd7546cf92377.tar.gz fengari-9a24308b0f8bb04d533d9abae39bd7546cf92377.tar.bz2 fengari-9a24308b0f8bb04d533d9abae39bd7546cf92377.zip |
src/iolib.js: Add file:__tostring()
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ - [ ] `file:setvbuf()` - [ ] `file:write()` - [ ] `file:__gc()` - - [ ] `file:__tostring()` + - [x] `file:__tostring()` - [ ] C API - [x] ... - [ ] lua_arith |