diff options
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -84,6 +84,7 @@ your project: | |||
84 | compatible to Lua 5.3's string packing!) (See [here][4]) | 84 | compatible to Lua 5.3's string packing!) (See [here][4]) |
85 | * `math.maxinteger` and `math.mininteger`, `math.tointeger`, `math.type`, | 85 | * `math.maxinteger` and `math.mininteger`, `math.tointeger`, `math.type`, |
86 | and `math.ult` (see [here][5]) | 86 | and `math.ult` (see [here][5]) |
87 | * `assert` accepts non-string error messages | ||
87 | * `ipairs` respects `__index` metamethod | 88 | * `ipairs` respects `__index` metamethod |
88 | * `table.move` | 89 | * `table.move` |
89 | * `table` library respects metamethods | 90 | * `table` library respects metamethods |