From 0422224def06db85f16d24a73b71b8d75e6f74a4 Mon Sep 17 00:00:00 2001 From: daurnimator Date: Tue, 16 May 2017 17:42:11 +1000 Subject: src/liolib.js: Partial implementation of io.input and io.output --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') 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()` -- cgit v1.2.3-54-g00ecf