diff options
author | Benoit Giannangeli <benoit.giannangeli@boursorama.fr> | 2017-02-22 13:35:01 +0100 |
---|---|---|
committer | Benoit Giannangeli <benoit.giannangeli@boursorama.fr> | 2017-02-22 13:35:01 +0100 |
commit | 290ec54e13d1dff301465cbfa2fd7b4e1e52962f (patch) | |
tree | ac1d4988da8cd15b567891294bf1ac94af90242d /README.md | |
parent | a40719dc74b8dbb0d6c8fc0272c0d79ad8a7a9ea (diff) | |
download | fengari-290ec54e13d1dff301465cbfa2fd7b4e1e52962f.tar.gz fengari-290ec54e13d1dff301465cbfa2fd7b4e1e52962f.tar.bz2 fengari-290ec54e13d1dff301465cbfa2fd7b4e1e52962f.zip |
lua_stringtonumber, tonumber
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -76,6 +76,7 @@ - [x] lua_remove - [x] lua_rotate - [x] lua_insert + - [x] lua_stringtonumber - [ ] lua_arith - [ ] lua_close - [ ] lua_compare @@ -129,7 +130,6 @@ - [ ] lua_setupvalue - [ ] lua_setuservalue - [ ] lua_status - - [ ] lua_stringtonumber - [ ] lua_tocfunction - [ ] lua_tothread - [ ] lua_touserdata @@ -214,11 +214,11 @@ - [x] collectgarbage (unavailable) - [x] ipairs - [x] select + - [x] tonumber - [ ] assert - [ ] next - [ ] pairs - [ ] rawlen - - [ ] tonumber - [ ] dofile - [ ] loadfile - [ ] load |