From 354d659f577fc27969784400c8c1e6090756da7b Mon Sep 17 00:00:00 2001 From: Benoit Giannangeli Date: Fri, 28 Apr 2017 14:42:41 +0200 Subject: os.exit --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 7fc4e98..6e7cf5c 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,17 @@ - [x] utf8 - [ ] Package - [ ] os + - [x] `os.exit()` + - [x] `os.time()` + - [ ] `os.clock()` + - [ ] `os.date()` + - [ ] `os.difftime()` + - [ ] `os.execute()` + - [ ] `os.getenv()` + - [ ] `os.remove()` + - [ ] `os.rename()` + - [ ] `os.setlocale()` + - [ ] `os.tmpname()` - [ ] io - [ ] `io.stdin` - [ ] `io.stdout` @@ -50,8 +61,6 @@ - [ ] C API - [x] ... - [ ] lua_arith - - [ ] lua_close - - [ ] lua_isboolean - [ ] lua_islightuserdata - [ ] lua_pushfstring - [ ] lua_pushvfstring -- cgit v1.2.3-54-g00ecf