diff options
author | Philipp Janda <siffiejoe@gmx.net> | 2015-08-18 03:45:53 +0200 |
---|---|---|
committer | Philipp Janda <siffiejoe@gmx.net> | 2015-08-18 03:45:53 +0200 |
commit | 6190ad90c7960579ec31ffcd79e9e59cf2d48c05 (patch) | |
tree | 99d3cb491ba4f61c56b07e8ce6a3c227f4a59e2c | |
parent | b1d549ae3ffcd5352cc5e7c05f2b434b4739160e (diff) | |
download | lua-compat-5.3-6190ad90c7960579ec31ffcd79e9e59cf2d48c05.tar.gz lua-compat-5.3-6190ad90c7960579ec31ffcd79e9e59cf2d48c05.tar.bz2 lua-compat-5.3-6190ad90c7960579ec31ffcd79e9e59cf2d48c05.zip |
Mention assert() implementation.
-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 |