diff options
author | Benoit Giannangeli <giann008@gmail.com> | 2017-04-28 14:42:41 +0200 |
---|---|---|
committer | Benoit Giannangeli <giann008@gmail.com> | 2017-04-28 14:42:41 +0200 |
commit | 354d659f577fc27969784400c8c1e6090756da7b (patch) | |
tree | 4aa17f23121794bc8b855e2ed0bf85951281b37e /README.md | |
parent | cebad06a3429e28cb5e0c247c707bb5eb51943d8 (diff) | |
download | fengari-354d659f577fc27969784400c8c1e6090756da7b.tar.gz fengari-354d659f577fc27969784400c8c1e6090756da7b.tar.bz2 fengari-354d659f577fc27969784400c8c1e6090756da7b.zip |
os.exit
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -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 |